-
Notifications
You must be signed in to change notification settings - Fork 141
Automatic SSH Client Modes
zolrath edited this page Mar 20, 2012
·
2 revisions
To make an SSHed user start in a wemux mode automatically, add one of the
following lines to the users .bash_profile
or .zshrc
Option 1: Automatically log the client into mirror mode upon login, disconnect them from the server when they detach.
wemux mirror; exit
Option 2: Automatically start the client in mirror mode but allow them to detach.
wemux mirror
Option 3: Automatically start the client in pair mode but allow them to detach.
wemux pair
Option 4: Only display the connection commands, don't automatically start any modes.
wemux help
Please note that this does not ensure a logged in user will not be able to exit tmux and access their shell. If the user is not trusted, you must perform any security measures one would normally perform for a remote user.