SSH Server ( Win7 )
1. What is SSH?
Defined in RFC 4251, SSH is a netowrk protocol that opens up a secure channel between a SSH server and a Client on port 22
Supports SFTP(Secure FTP) and SCP(secure copy).
Installing freeSSHd Server on Windows Server 2008 R2
2. Basic Process
- Install FreeSSHd (SSH Server)
- Add User(s)
- Allow SSH command line access(CLI), FTP, and Tunnel
- Open exception in the firewall TCP, Port 22 on the server
- Install SSH Client (PuTTY)
- Configure Client and
3. Server Installation
Start the installation program by Right-Click and 'Install as Administrator'