openoms / joininbox

A terminal based graphical menu for JoinMarket
MIT License
155 stars 20 forks source link

Option to disable direct ssh access with the joinmarket user #52

Closed openoms closed 3 years ago

openoms commented 3 years ago

Should be disabled by default if not running standalone.

openoms commented 3 years ago

To disable the ssh access manually:

echo "DenyUsers joinmarket" | sudo tee -a /etc/ssh/sshd_config
sudo systemctl restart ssh
openoms commented 3 years ago

For the Pure Debian image need to make sure to have

PermitRootLogin  no

in /etc/ssh/sshd_config