如何在打开 SSH 会话时添加超时(使用 ganymed-ssh2-build210.jar)?
我正在使用 ganymed-ssh2-build210.jar 中的 ch.ethz.ssh2.Connection.Connection 对象,
我想在建立与服务器的连接时添加超时,这样如果无法打开连接,在一定时间后它应该抛出一些异常。有人帮助如何在使用 connect 方法建立连接时添加超时吗?
提前致谢, 德瓦亚尼
I am using ch.ethz.ssh2.Connection.Connection object from ganymed-ssh2-build210.jar
I want to add timeout while establishing connection to server so that if it fails to open connection, after certain time it should throw some exception.Can anyone help on how to add timeout while establishing connection using connect method?
Thanks in advance,
Devayani
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中一种连接方法有一个超时参数: http://www.cleondris.ch/opensource/ssh2/javadoc/ch/ethz/ssh2/Connection.html#connect(ch.ethz.ssh2. ServerHostKeyVerifier,%20int,%20int)
There is a timeout parameter to one of the connect methods: http://www.cleondris.ch/opensource/ssh2/javadoc/ch/ethz/ssh2/Connection.html#connect(ch.ethz.ssh2.ServerHostKeyVerifier,%20int,%20int)