Hacker News new | ask | show | jobs
by GreyStache 1294 days ago
Something akin to ssh agent-forwarding ("oauth-forwarding"?) is really needed. And it needs to be integrated similarly well like support for jumphosts.

Haven't seen anything like this, I'll try to bring this up with the openssh folks.

2 comments

Curl can connect over unix domain sockets and ssh can forward them, I feel this would be a decent way to forward authentication as access control rules would apply to the sockets.
Possibly redirect to localhost:<port> where the port is one forwarded over ssh could do the trick?