Closed openoms closed 3 years ago
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
Should be disabled by default if not running standalone.