SSH connection via JumpHost problem
Summary:
Dear Team,
I want to connect to Remote host via Jump host
my VirtualHost --> JumpHost --> RemoteHost
JumpHost = dc1-jump-001.example.com (10.55.12.36) RemoteHost = dc1-rremote-001.example.com (10.55.50.17)
1) First step
My SSH config on VirtualHost
/home/user01/.ssh/config Host jump-dc1 HostName dc1-jump-001.example.com User user01 IdentityFile ~/.ssh/id_rsa Host dc1-* 10.55.* User user01 ProxyJump user01@jump-dc1
If I try connect to remote host
>ssh dc1-rremote-001.example.com
this connection is looping
>ps -ef | grep ssh | wc -l 713 >ps -ef | grep ssh | wc -l 1079 >ps -ef | grep ssh | wc -l 1149 >ps -ef | grep ssh | wc -l 2045
Tagged:
0