vaniacer / sshto

Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports.
MIT License
579 stars 59 forks source link

Feature Request: tmux/screen title renaming #9

Open phiberr opened 3 years ago

phiberr commented 3 years ago

If the user is using sshto in tmux or GNU screen, dynamically re-title the window to the hostname that we are connecting to. Upon disconnect, revert to previous title.

I've tried to get this working locally, but wasn't happy with the results.

adrianmihalko commented 3 years ago

I have another feature request: support for mosh.

vaniacer commented 3 years ago

Hi, I'll see what I can do. Not much time for this right now(

phiberr commented 1 year ago

I've got a PR at https://github.com/vaniacer/sshto/pull/22 for this feature. Please review and comment.