Displaying 1 result from an estimated 1 matches for "targethost1".
Did you mean:
targethost
2017 Dec 27
4
What is the ssh_config equivalent to this syntax involving multiple at signs
My company uses a certain product which forces me to use a jumphost / ssh proxy.
When connecting to a server I have to type "ssh myuser at technicaluser@targethost at jumphost" everytime. I tried to simplify this by editing my ssh_config and putting this into the file:
Host targethost
ProxyJump technicaluser at jumphost
These lines are recognized but don't work like intended