1
0
mirror of https://github.com/HorlogeSkynet/SSHubl.git synced 2024-10-18 04:00:15 +02:00
SSHubl/sshubl
Samuel FORESTIER 660fecbb12 Prevents pexpect from tweaking remote prompt shell
SSHubl only uses pexpect package to deal with SSH login in a
non-interactive manner. By default, `pxssh` module also goes through
some "hacks" to detect remote prompt, for interactive commands execution.
As SSHubl actually doesn't use this feature, we disable
`auto_prompt_reset`, which prevents remote shell history pollution with
"unset PROMPT_COMMAND" and "PS1=[...]" (or "prompt=[...]") commands.
2024-07-14 16:30:51 +02:00
..
__init__.py Initial commit 2024-07-06 21:15:28 +02:00
actions.py Fixes cancellation of reverse forwards with remote port allocation 2024-07-08 20:44:40 +00:00
commands.py Adds tip to cancel password prompt in input panel caption 2024-07-11 19:49:58 +00:00
listeners.py Initial commit 2024-07-06 21:15:28 +02:00
paths.py Initial commit 2024-07-06 21:15:28 +02:00
project_data.py Fixes remote folder opening when there isn't any currently opened folder 2024-07-13 17:50:27 +02:00
py.typed Initial commit 2024-07-06 21:15:28 +02:00
ssh_utils.py Prevents pexpect from tweaking remote prompt shell 2024-07-14 16:30:51 +02:00
st_utils.py Initial commit 2024-07-06 21:15:28 +02:00