开发者

How safe is SSH? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

开发者_C百科 Improve this question

I wonder how safe ssh is, espespecially in state of authentification/initializing. Is there any way for a hacker to sniff some "hashkeys" or stuff to decrypt my stream? or is SSH completly safe, with no yet known bugs or weaknesses?

I read some text on that topic, but almost all of them dont cover such special cases. at best they only tell to use ssh instead of telnet

thanks


SSH-1 is vulnerable to man-in-the-middle attacks.

SSH-2 can be vulnerable but usually only if you're accepting dodgy third party public keys, or not patching known implementation bugs.


Due to the nature of the asymmetric encryption used in ssh nothing transmitted over the wire can be used to decrypt your communication.

If you re only trusting the correctly signed public keys and using SSH-2.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜