We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a separate pair account that people ssh to that joins my current wemux session.
pair
I use ssh forced commands to force them to run a script that just runs wemux pair.
wemux pair
Example ~pair/.ssh/authorized_keys:
~pair/.ssh/authorized_keys
command="/Users/pairprogger/bin/pairprogger",no-port-forwarding,no-X11-forwarding ssh-rsa AAAA....
I'd like to have a human name attached to the users so when I do wemux users I can get their full name instead of the generic "pair" user.
wemux users
I'd also like to be able to kick based on that human name.
I was thinking something like wemux pair --name 'Joe Cool' which would save this extra info someplace.
wemux pair --name 'Joe Cool'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a separate
pair
account that people ssh to that joins my current wemux session.I use ssh forced commands to force them to run a script that just runs
wemux pair
.Example
~pair/.ssh/authorized_keys
:I'd like to have a human name attached to the users so when I do
wemux users
I can get their full name instead of the generic "pair" user.I'd also like to be able to kick based on that human name.
I was thinking something like
wemux pair --name 'Joe Cool'
which would save this extra info someplace.The text was updated successfully, but these errors were encountered: