Add debian to ssh users list

This commit is contained in:
VirtuBox
2019-09-23 13:15:07 +02:00
parent b91059942f
commit e3d65ad458
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key
PermitRootLogin without-password
# Allow ssh access to some users only
AllowUsers root ubuntu
AllowUsers root ubuntu debian
# allow ssh key Authentication
PubkeyAuthentication yes