summaryrefslogtreecommitdiffstats
path: root/sshuttle/ssh.py
AgeCommit message (Expand)Author
2020-06-27Add missing importbrianmay-patch-1Brian May
2020-06-17leave use of default port to ssh commandTony Kasparick
2020-06-11ref: replace usage of deprecated imp (#449)josh
2020-06-10fix connection with @ sign in usernameOleksii Mykhailov
2020-06-03remove ImportError based branchingJoshua Li
2020-05-21Create github workflowBrian May
2020-04-25Fix parsing of hostnames to allow ssh aliases defined in ssh configs) (#418)tobigrimm
2020-03-28# Fix 410 Issue Correcte syntax write for connect server (#411)vBlackOut
2020-03-24Add password in prompt cmd (#401)vBlackOut
2019-11-09Make hostwatch locale-independent (#379)Ben Wiederhake
2019-02-11Fix/pep8 (#277)Bastian Venthur
2018-10-17replace path /dev/null by os.devnullAbbalYouness
2017-11-13Fixes some style issues and minor bugsvieira
2017-10-23Use versions of python3 greater than 3.5 when available (e.g. 3.6)vieira
2017-02-11Allow remote hosts with colons in the usernameStephen Levine
2016-10-04Fix argument splitting for multi-word argumentsFelix Dreissig
2016-04-30Fix PEP8 issuesBrian May
2016-04-20Correctly obtains the python executable to usevieira
2016-04-03Backward compatibility with Python 2.4 (server)vieira
2016-03-16Fix shell quotingBrian May
2016-03-08Explicitly call /bin/sh for compatibility with non POSIX shells.Andrew Gillham
2015-12-15Fix server side Python3 issues.Brian May
2015-12-05Try Python3.5 by default.Brian May
2015-12-01Python 3.5 fix.Brian May
2015-11-16Add Python 3.5 support.Brian May
2015-11-15Fixup PEP8 issues.Brian May
2015-11-15Restructure codeBrian May