If you are asking your "What is SSH?", here is a few words about SSH:
SSH is the secure shell, a standard defined in RFC 4251. It is a network protocol that opens up a secure channel between two devices using TCP port 22. This channel can also be used for SFTP and SCP (secure FTP and secure copy, respectively).
SSH is completely interoperable between different platforms. SSH could to a SSH server on a Cisco router from a Windows client, connect to a Linux server, and ....could connect to a Windows 2008 Server from an any SSH Client that runs on any OS.
By having a SSH Server on your Windows 2008 Server, we can:
- Remotely access the command line of your Windows 2008 Server
- Control the Server over the network
- Remotely manage Windows 2008 Server from any device that has a SSH Client
- Do all this over an encrypted connection
If you enjoyed this post consider subscribing via or Email
No comments:
Post a Comment