sshd_config 配置文件

Ssh-server 服务端
sshd_concfig Port
Protocol
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
UsePrivilegeSeparation yes
KeyRegenerationInterval
ServerKeyBits
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime
StrictModes yes PermitRootLogin yes
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
PermitEmptyPasswords yes KeyRegenerationInterval
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
X11DisplayOffset
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
----------------------------------------------------------------------------------------------------------------------------- Ssh-client 客户端
Host *
IdentityFile ~/.ssh/id_rsa 私钥
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
上一篇:django redis VS memcache 区别简介


下一篇:磁盘分区-gdisk用法