Option to disable direct ssh access with the joinmarket user
Closed this issue · 3 comments
openoms commented
Option to disable direct ssh access with the joinmarket user
openoms commented
Should be disabled by default if not running standalone.
openoms commented
To disable the ssh access manually:
echo "DenyUsers joinmarket" | sudo tee -a /etc/ssh/sshd_config
sudo systemctl restart ssh
openoms commented
For the Pure Debian image need to make sure to have
PermitRootLogin no
in /etc/ssh/sshd_config