0

我刚开始使用 linode 并运行了这个堆栈脚本 ,我尝试使用我指定的用户名和密码进行 ssh,但无济于事,我仍然只能使用 root 进行 ssh。有任何想法吗?

这是我的环境:Ubuntu 11.10 64bit 这是我的堆栈脚本:'Rails Enviroments with RVM, Nginx and Passenger' StackScript at revision 21741

谢谢!

4

1 回答 1

0

Sounds like the user you specified may not have permissions to ssh into that box.

Try:

ssh -v your_user@your_host.com

And see if that helps you understand what may be happening.

于 2012-05-19T06:06:59.773 回答