Article 6J60X Secure the SSH service

Secure the SSH service

by
Jason.nix
from LinuxQuestions.org on (#6J60X)
Hello,
Is the following configuration sufficient for SSH?
Code:Port Number

ListenAddress IP

PermitRootLogin no

StrictModes yes

MaxAuthTries 3

MaxSessions 2

IgnoreRhosts yes

PermitEmptyPasswords no

KbdInteractiveAuthentication no

AllowTcpForwarding no

GatewayPorts no

X11Forwarding no

PrintMotd no

PermitUserEnvironment no

Compression delayed

Protocol 2

UsePrivilegeSeparation yesAny idea welcomed.

Thank you.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments