authviassh://authviassh@auth.server/origin.domain/nonce
authviassh:\/\/authviassh@(${domain_regex})/(${domain_regex})/([0-9a-zA-Z]+)
"Would you like to log into origin.domain (via auth.server) using ~/.ssh/your_key?"
ssh "authviassh@auth.server" -- authviassh "origin.domain" "nonce"
Only problem is, only 1 language has decent bindings for ssh interactives server-side, so one is somewhat forced to learn Go to implement this easily
Only problem is, only 1 language has decent bindings for ssh interactives server-side, so one is somewhat forced to learn Go to implement this easily