Open docwhat opened 11 years ago
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 would be nice to have a tool to do it to make it easier.
In addition, a common secure command to manage starting sessions would be good.
I have a hacky solution that uses apple script to ask if it is okay for someone to pair.
But I hoped there was a built in solution.
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!