Y
Hacker News
new
|
ask
|
show
|
jobs
by
yuvadam
1159 days ago
Alternatively just use jump hosts: $(ssh -J bastion target)
1 comments
penguin_booze
1159 days ago
Oh, I didn't know about the -J option. At $WORK, after ssh-ing onto the jump host, we've to do 'sudo -u special_user sudosh' (no password) before we ssh further. I don't suppose there's any way around that, is there?
link
maratc
1159 days ago
ProxyCommand may help you; see [0]
[0]
https://sshmenu.sourceforge.net/articles/transparent-mulitho...
link