Launch Byobu Automatically on Vagrant SSH
I can use SSH directly instead of Vagrant SSH command for interactive programs such as top
or running tmux
sessions. But I frequently just want to run Tmux or Byobu upon login. I can do:
|
|
But still too much trouble to go through all SSH configuration steps. So, I ended up with two-step process:
|
|
Now inside the guest machine, I immediately type:
|
|
To bring up new Tmux session or attach existing sessions.