openoms/joininbox

Option to disable direct ssh access with the joinmarket user

Closed this issue · 3 comments

Option to disable direct ssh access with the joinmarket user

Should be disabled by default if not running standalone.

To disable the ssh access manually:

echo "DenyUsers joinmarket" | sudo tee -a /etc/ssh/sshd_config
sudo systemctl restart ssh

For the Pure Debian image need to make sure to have

PermitRootLogin  no

in /etc/ssh/sshd_config