使用 PuTTY登录SSH服务器,需要在PuTTY中通过Connection—SSH中的()配置界面,指定key的路径
A. Kex
B. Auth
C. TTY
D. X11
查看答案
在SSH服务器上,禁止使用密码登录,仅允许使用密钥登录。需要修改配置文件
A. /etc/ssh/sshd
B. /etc/ssh/config
C. /etc/ssh/ssh_config
D. /etc/ssh/sshd_config
在SSH服务器上,禁止使用密码登录,需要将配置文件中PermitRootLogin设置为
A. PermitRootLogin no
B. PermitRootLogin on
C. PermitRootLogin password
D. PermitRootLogin without-password
使用keygen创建密钥对,公钥是
A. /root/ssh/id_rsa.pub
B. /root/.ssh/id_rsa.pub
C. /root/ssh/id_rsa
D. /root/.ssh/id_rsa
SSH客户端安装命令
A. apt-getinstallopenssh-client
B. apt-getinstallssh-client
C. apt-getinstallclient-openssh
D. apt-getinstallclient-ssh