c语言sscanf函数的用法是什么
250
2022-08-29
xshell连接ubuntu
安装了 ubuntu-14 ,为了连接 xshell ,做出的一些配置如下:
1.激活root用户
sudo passwd root
设置新密码,设置成功后会有提示 passwd:password updated sucessfully
2.安装ssh服务
apt-get install ssh
3.设置root密码登陆
vi /etc/ssh/sshd_config
将
# Authentication:LoginGraceTime 120PermitRootLogin prohibit-passwordStrictModes yes
改成:
# Authentication:LoginGraceTime 120PermitRootLogin yesStrictModes yes
4.使配置生效
安装完毕后重启 ssh 服务:
重启
or
service sshd start
or
/etc/init.d/sshd start
5.验证ssh是否开启
ps -ef | grep ssh
最后就可以用 xshell 连接了
以下为找到 ubuntu 控制台位置:
找到按钮:
找到控制台:
打开,在桌面右键 -> Lock to Launcher
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~