You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case I need the ssh username in the pre-connect hook.
This allows my pre-connect hook to put a temporary key on the remote server. I have to do this because we use GSS-API/Kerberos for auth, but there is no support for that in net-ssh.
In my case I need the ssh username in the pre-connect hook.
This allows my pre-connect hook to put a temporary key on the remote server. I have to do this because we use GSS-API/Kerberos for auth, but there is no support for that in net-ssh.
I'm basically porting this code for capistrano into a Kamal hook: https://github.com/cbeer/capistrano-one_time_key/blob/master/lib/capistrano/one_time_key.rb
The text was updated successfully, but these errors were encountered: