码迷,mamicode.com
首页 > 其他好文 > 详细

oepnssh 无密码连接

时间:2018-08-22 13:17:34      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:command   common   server   and   man   ice   account   this   apt   

ubuntu

  1. . sudo apt-get install openssh-server
  2. sudo gedit /etc/ssh/sshd_config modify as follow PermitEmptyPasswords yes
  3. sudo sed -i ‘s/nullok_secure/nullok/‘ /etc/pam.d/common-auth
  4. sudo service ssh restart

One more thing that I need to remind is that you have to create a user without password
you can use this command to delete the password of a account to make it empty
sudo adduser xxxx
sudo passwd -d xxxx

oepnssh 无密码连接

标签:command   common   server   and   man   ice   account   this   apt   

原文地址:http://blog.51cto.com/wb127/2162791

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!