最新更新
标志是-p portnumber,但我无法进入root,得到(publickey, permission denied)
我在数字海洋上注册了一个 vps。
目前正在阅读本教程https://coderwall.com/p/yz8cha和这个 railscast http://railscasts.com/episodes/335-deploying-to-a-vps
我在 vps 中创建了一个新用户,但该用户没有 sudo priveledge
当我根据指南进行 cap deploy:setup 时,我得到了这个
judy is not in the sudoers file. This incident will be reported.
failed: "sh -c 'sudo -p '\\''sudo password: '\\'' ln -nfs /home/judy/apps/lintong/current/config/nginx.conf /etc/nginx/sites-enabled/lintong'" on 192.241.241.204
我根据指南将端口更改为 888,现在我无法 ssh 进入服务器
当我这样做ssh root@ipaddress
或ssh judy@ipaddress
它试图连接到port 22
第一个问题当我使用 888 端口选项 ssh 进入 vps 时,如何传递一个字段?
第二个问题我如何赋予 judy sudo 权限?根据 coderwall 的教程,我应该这样做
visudo
然后
补充username ALL=(ALL:ALL) ALL
,但我想我以前做过,但没用?