Hello Team,
I am trying to login to remote host using jump host settings.
My ~/.ssh/config file looks like below :
Host jhmgmt.stg-id-proxy.rmb-lab.jp
HostName jhmgmt.stg-id-proxy.rmb-lab.jp
Host *.stg-id-proxy.rmb-lab.jp
ProxyCommand pomerium-cli tcp --listen - %h:%p
Port 22
User pankaj.gole-a
I am able to login my remote host using two commands as below:
- ssh -F ~/.ssh/config jhmgmt.stg-id-proxy.rmb-lab.jp - This command helps me to login to jump host.
- then I run normal ssh command from jumphost terminal to login to remote host as below:
ssh 240b:c0e0:102:546c:1b02:2:a:0f02
with above two steps i am able to login to my remote host from terminal app on mac. But the same thing i am not able to set using core shell. Please suggest.