ssl and ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 03:04 AM - edited 03-06-2019 03:17 AM
Hi all, can anyone tell me, does ssh use ssl to encrypt the traffic or are they 2 sperate things ?
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 03:36 AM
two different application protocol. ssh uses
port 22 while ssl uses port 443. They both
accomplish the same thing even though ssh
is capable of supporting AES-256 encryption.
Not sure if SSL is capable of doing that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 08:01 AM
is ssh like a secure telnet ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 10:16 AM
yes and much much more. You can tunnel
other protocol/applications inside the SSH
tunnel. telnet can not do that.
