-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Bare bone configuration | ||
Port 2222 | ||
ListenAddress 0.0.0.0 | ||
Protocol 2 | ||
HostKey /etc/ssh/ssh_host_rsa_key | ||
HostKey /etc/ssh/ssh_host_ecdsa_key | ||
HostKey /etc/ssh/ssh_host_ed25519_key | ||
UsePrivilegeSeparation no | ||
SyslogFacility AUTH | ||
LogLevel INFO | ||
LoginGraceTime 120 | ||
PermitRootLogin no | ||
AllowUsers jacky | ||
StrictModes yes | ||
RSAAuthentication yes | ||
PubkeyAuthentication yes | ||
IgnoreRhosts yes | ||
RhostsRSAAuthentication no | ||
HostbasedAuthentication no | ||
PermitEmptyPasswords no | ||
ChallengeResponseAuthentication no | ||
PasswordAuthentication yes | ||
X11Forwarding yes | ||
X11DisplayOffset 10 | ||
PrintMotd no | ||
PrintLastLog yes | ||
TCPKeepAlive yes | ||
AcceptEnv LANG LC_* | ||
Subsystem sftp /usr/lib/openssh/sftp-server | ||
UsePAM yes |