第九单元练习题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第九单元练习题相关的知识,希望对你有一定的参考价值。

<<<第九单元练习>>>

1.desktop主机中建立用户westos,并设定其密码为westoslinux

 useradd westos//建立用户

 passwd westos//进入密码设定

设定密码不回显示。输入两次就好

2.配置desktop中的sshd服务要求如下:

*)设定sshd服务只允许westos用户可以被访问使用

技术分享

 AllowUser username 意味着只有存在的用户可以登录我的客户端

*)创建westos用户的key认证方式

ssh [email protected]27.25.60.10

The authenticity of host ‘127.25.60.10 (127.25.60.10)‘ can‘t be established.

ECDSA key fingerprint is 55:dd:43:ce:bf:94:dd:91:49:e7:97:29:63:3d:02:02.

Are you sure you want to continue connecting (yes/no)? yes##建立安全传输key

[email protected]27.25.60.10‘s password:##密码输入没有回显

Last failed login: Fri Oct 7 18:12:11 CST 2015 from 127.25.60.11on ssh:notty

There was 1 failed login attempt since the last successful login.

Last login: Fri Oct 7 18:12:20 2015 from 172.25.60.11

[[email protected] ~]####登陆成功

ctrl +d|logout###退出

[[email protected] ~]# logout

Connection to 127.25.60.11 closed.

 

[[email protected] ~]# vim /etc/motd ###设定登陆显示字符

 

*)设定westos用户只允许使用key认证方式,屏蔽其系统密码认证方式

 PasswordAurhentication no 表示屏蔽密码认证的方式


本文出自 “12099672” 博客,转载请与作者联系!

以上是关于第九单元练习题的主要内容,如果未能解决你的问题,请参考以下文章

第九单元练习题

第九单元练习题

第九—十三单元练习

第九单元练习

第九章练习关于ssh指令

第九单元作业