Normal situation we are to SSH client directly connected to the service side of SSH, even if the jump is also in Linux or other Unix system through Ssh-server to other open SSH services on the host, because Openssh-server, Ssh-client such software UNIX, Linux systems are installed and enabled by default.
As often technical people should be able to understand, we usually work on the laptop or host are for the win system, the production environment of the server is also win is the majority, if the production environment of the network and the office environment between the network is not directly connected to the network, We almost always need to log on to the production environment on the win server and then open the SSH client to connect to the Linux server. This is actually very troublesome, because the understanding of the Linux system can use SSH between the Linux system jump, then win should also be able to, after several attempts to summarize the following methods can be used under win using SSH through the win host jump to the Linux system.
Environment:
Host a:192.168.1.100 Win2003 System, this is our usual work of the host or laptop
Host b:192.168.2.101 Win2003 System, this is a production environment of a host, this host can be used with our work host a direct connection.
Host c:192.168.2.102 Linux system, this is a production environment of a host, this host can not be used with the host a direct connection, but can be directly connected to Host B.
Objective:
Open the SSH client program on host A and jump to host C via Host B.
Tools:
1, WINSSHB, install it to Host B, please select "Personal Edition" when installing.
2, OpenSSH for win, install it to Host B, only select "Client" when installing.
3, if there is a firewall, please open 22 port.
Steps:
1. Open the SSH client in host A and connect to Host B.
2. After logging in to Host B, log in to host C using "SSH User name @192.168.1.102".
3, jump complete, use the command to see if the jump is completed after the host C.
WINSSHB for Win
http://download.csdn.net/detail/wxlbrxhb/7890887
OpenSSH for Win
http://download.csdn.net/detail/wxlbrxhb/7890921
If there are shortcomings welcome message discussion
Win under the SSH server set up and through the command line SSH jump to another SSH server