There's a non-zero chance of your issue to pend isn't really related to ssh_manager, so please make sure that:
Re-read the README installation and configuration guide and follow all of those steps
Verify that $servername_user environment that should contain the password for the remote machine exists in your current shell session:@ echo $servername_user(Where servername and user are matching the entry in ssh_manager storage)
Verify sshpass -p direct connection to remote:@ sshpass -p $servername_user ssh user@remoteipNOTEthat user in $servername_user should be exactly the same as user in ssh user@remoteip
Verify python installation itself:@ python3 -VOR@ python3.x -Vwhere's x is your python release
Checklist:
[x] My issue is not related to connection problems,orI'm aware that my ssh_manager storage and shell environment is fine
[x] Direct connection using sshpass -p is performed, but connection through ssh_manager seems inappropriate
[x] Broken functionality is declared and documented in the README project description
A detailed explanation of the issue goes here
Screenshots, screencasts, and other useful information are welcome
Definitely a
ssh_manager
issueThere's a non-zero chance of your issue to pend isn't really related to
ssh_manager
, so please make sure that:$servername_user
environment that should contain the password for the remote machine exists in your current shell session:@ echo $servername_user
(Whereservername
anduser
are matching the entry in ssh_manager storage)sshpass -p
direct connection to remote:@ sshpass -p $servername_user ssh user@remoteip
NOTE thatuser
in$servername_user
should be exactly the same asuser
inssh user@remoteip
@ python3 -V
OR@ python3.x -V
where's x is your python releaseChecklist:
ssh_manager
storage and shell environment is finesshpass -p
is performed, but connection throughssh_manager
seems inappropriateA detailed explanation of the issue goes here
Screenshots, screencasts, and other useful information are welcome
Since https://github.com/LoliPain/ssh_manager/commit/7e1c09dc577e804f38d07654abd7e7e7ecf770ae empty envvar causing SystemExit which prevents graceful re-rename https://github.com/LoliPain/ssh_manager/blob/db1b9b76f6679f643c8889cc3bd97ef7cdb7307e/ssh_manager/tmux.py#L13-L19