Linux SSH2 Client/Server | All about OS

Linux SSH2 Client/Server

Категория: Securing and Optimizing

UserKnownHosts yes
The option “UserKnownHosts” specifies whether the default user’s home directory
“$HOME/.ssh2/knownhosts/” can be used to get hosts public keys when using “hostbased”-
authentication.
AllowHosts 192.168.1.4
The option “AllowHosts” specifies and control which hosts can access ssh2 services. Multiple
hosts can be specified separated by spaces.
DenyHosts *
The option “DenyHosts” specifies and controls which hosts cannot access ssh2 services. Multiple
hosts can be specified separated by spaces. The default pattern “*” mean all hosts.
QuietMode no
The option “QuietMode” specifies whether the system runs in quiet mode. This option must be set to “no”, because in quiet mode nothing is logged in the system log except for fatal errors. Since we want to have information about user sessions it is preferable to disable this option.

Страниц: 1 2 3 4 5 6

« Configure OpenSSH to use TCP-Wrappers inetd super server
Configure sshd2 to use top-wrappers inetd super server »