最近在配置用Oracle Grid Control来管理 Windows下的IIS及SQL Server,需要配置Cygwin来支持Agent与OMS之间的通信,配置好1台后,在另外一台Windows上遭遇了Serv-U,导致我在配置用户的等效性的时候遇到了ssh localhost 能够登陆,但是ssh hostname的时候不能登陆!
Serv-U监听的port也是22!:
而我需要的IP地址也是这个需要监听22号port,直接导致我在连接主机或者IP地址的时候登陆 localhost能登陆,用hostname的时候不给登陆:
$ ssh Administrator@xxx
Administrator@xxx's password:
Permission denied, please try again.
Administrator@xxx's password:
Permission denied, please try again.
Administrator@xxx's password:
Connection closed by x.x.x.x
在这里花了好几天的时间来找原因。。。。。你妹啊!!!!!!!!!!!!!!!!!!!!!!
--------------------------------------------------------------------------------------------
使用ssh -vv 进入debug 模式来查找原因:
一对比心里就明白了@.@
阅读(2250) | 评论(0) | 转发(0) |