我使用Chef-Solo,在创建新用户后,我无法通过SSH连接。
我的资源:
user 'myuser' do
supports :manage_home => true
gid "root"
home '/home/myuser'
system true
shell '/bin/bash'
password 'mypassword'
end
命令行:
$ ssh myuser@myhost
myuser@myhost's password:
Permission denied, please try again.
但密码为$ ssh vagrant@myhost
的{{1}}正在运作