You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use fish instead of bash on many servers and connect using ssh -t user@remote_server fish -l
I'm trying to achieve the same thing with redial to group my servers, but i't doesn't work.
I tried adding next lines to .config/redial/sessions
RequestTTY force
RemoteCommand fish -l
Althought it seems to clear my lines when i even enter F9(Edit) and press Cancel.
Tried on different servers, terminals.
When using standart ssh config file - I can successfully login with ssh host_in_ssh_config
So I think that the problem place is redial
The text was updated successfully, but these errors were encountered:
I use fish instead of bash on many servers and connect using
ssh -t user@remote_server fish -l
I'm trying to achieve the same thing with redial to group my servers, but i't doesn't work.
I tried adding next lines to .config/redial/sessions
Althought it seems to clear my lines when i even enter F9(Edit) and press Cancel.
Tried on different servers, terminals.
When using standart ssh config file - I can successfully login with
ssh host_in_ssh_config
So I think that the problem place is redial
The text was updated successfully, but these errors were encountered: