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
What would be the benefit compared to directly managing it in /home/pair/.ssh/authorized_keys, and use a command there to start wemux in (possibly different modes per user)?
It'd be nice if I could store SSH
.pub
files someplace (e.g.~/.wemux/ssh_keys/
) and have a wemux command that would generate anauthorized_keys
file.The individual lines should look something like this:
The
wemux-authorized-keys
script would mainly just be something like this:This way, when someone ssh's into that account, they'll either:
Then you just keep all the ssh pub-keys in that directory for all the people you pair with.
Ciao!
The text was updated successfully, but these errors were encountered: