1.63改机失败
前面两步都对 就是后面用securecrt 的时候都提示账户密码不对 前面都是设置的123456.不知道怎么回事 the ip has been set to the given,fixed ip,however DNS and gateway have not been set .use the webgui to make appropriate settings CMD里面显示这个 这哈对了但是第二部bash: cd: /mnt/disk2/tmp/: No such file or directory提示这个不知道咋么回事 你怎么解决的,我老是改不了密码呀 还是完全按照教程,开始我没有重启过。重启了就好了 传送门
http://www.nas1.com.cn/thread-25694-1-1.html ii) 允许使用ssh进行root用户登录:
java -jar acp_commander.jar -t 192.168.1.10 -ip 192.168.1.10 -pw adminpasswordhere -c "sed -i 's/UsePAM yes/UsePAM no/g' /etc/sshd_config"
注:adminpasswordhere不是上面改过的密码!仍是:password
iii) 执行下面这个命令启用ssh登录:
java -jar acp_commander.jar -t 192.168.1.10 -ip 192.168.1.10 -pw adminpasswordhere -c "sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/sshd_config"
注:adminpasswordhere不是上面改过的密码!仍是:password
iv) 重启 ssh服务:
java -jar acp_commander.jar -t 192.168.1.10 -ip 192.168.1.10 -pw adminpasswordhere -c "/etc/init.d/sshd.sh restart"
仔细看看这一段做对没有
页:
[1]