我在Windows 7上安装了Cygwin sshd。
我正在尝试使用putty通过ssh连接到localhost。 我尝试使用主机值作为localhost和IP地址和端口连接:22
每次登录时,我都会收到消息,然后腻子窗口消失。
login as: kalbha
kalbha@localhost's password:
Last login: Mon Jun 15 14:34:08 2015 from 20.86.280.218
我没有看到任何其他消息显示。我也没有看到任何错误。
然后我尝试通过一个TIBCO应用程序连接。此应用程序也在本地运行,它尝试通过SSH连接到localhost来执行一个命令。 它得到了以下消息。
Attempting PASSWORD authentication to kalbha@20.86.280.218:22
Authentication SUCCESSFUL and session connected
Cannot connect to remote host at 20.86.280.218 through SSH. java.io.IOException: inputstream is closed
我相信这就是我的腻子窗口消失的原因。
你能告诉我为什么我会收到这个java错误吗?