Untitled
sshd_config

/etc/ssh/sshd_config

Port 10022

## ipv6無効時は 0.0.0.0 のコメント解除
#ListenAddress ::
ListenAddress 0.0.0.0

PermitRootLogin no
PasswordAuthentication no
PermitEmptyPasswords no

PubkeyAuthentication yes

UsePAM no