Hacker News new | ask | show | jobs
by closeparen 2343 days ago
You do not need to put keys on the web sever’s disk to SSH onward from it. Use agent forwarding instead.
1 comments

Or even use `ProxyJump`, which doesn’t put as much trust on the jump host!
Good points!

I've updated the post.

Thanks!