# This is an sshd_config for running OpenSSH as an unprivileged user on a # non-standard port. Port=22022 # This setting completely opens up access: AuthorizedKeysCommand=/bin/echo %t %k # This closes it back up: ForceCommand= DisableForwarding=yes AuthenticationMethods publickey AuthorizedKeysCommandUser= ExposeAuthInfo=yes HostKey= PidFile= AcceptEnv LANG LC_* UsePAM no PermitTTY no ChrootDirectory=none