]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/ssh.c
ssh: fix typo (thanks izaki)
[plan9front.git] / sys / src / cmd / ssh.c
2021-07-21 Jacob Moodyssh: fix typo (thanks izaki)
2021-06-26 Ori Bernsteinvt, ssh: don't send interrupts on window resize
2021-06-20 cinap_lenreklibsec: move zero check to curve25519_dh_finish()
2019-05-27 cinap_lenrekssh: work around github.com's broken cipher negotiation...
2019-04-02 cinap_lenrekssh: print usage for unknown flags, cleanup
2019-04-02 cinap_lenrekssh: add experimental mux mode
2019-04-02 cinap_lenrekmerge
2019-04-02 cinap_lenrekssh: implement -W option for making remote tcp connections
2019-02-25 cinap_lenrekssh: don't assume error messages are ASCII. format...
2018-11-08 cinap_lenrekssh: handle unknown MSG_CHANNE_REQUEST messages
2018-11-08 cinap_lenrekssh: handle MSG_GOBAL_REQUEST
2018-10-12 cinap_lenrekssh: fix spinning due to sticky intr flag on connection...
2018-07-24 23hiromerge
2018-07-18 cinap_lenrekssh: fix nil dereference when TERM isnt set and -r...
2018-06-28 cinap_lenrekssh: wait for remote channel close (thanks piroko)
2018-05-19 spewmerge
2018-05-19 spewssh:add -r for extra raw mode
2017-10-06 cinap_lenrekssh: remove extern declarations for pkcs1padbuf() and...
2017-08-20 cinap_lenrekmerge
2017-08-20 cinap_lenrekssh: issue "winchon" ctl request to /dev/consctl to...
2017-05-05 cinap_lenrekssh: add -h flag to pass host (for compatibility)
2017-05-03 cinap_lenrekssh: quote cmd arguments with unix shell single quotes...
2017-04-28 aijussh: add support for subsystems
2017-04-24 aijussh: make number of retries configurable
2017-04-24 aijussh: loop keyboard-interactive on failure
2017-04-24 aijussh: fix typo
2017-04-24 aijussh: add "none" method to find out list of acceptable...
2017-04-23 cinap_lenrekssh: print the whole ssh-rsa hostkey in base64 when...
2017-04-23 cinap_lenreklibsec: sha256 support for thumbprint files, use it...
2017-04-23 cinap_lenrekssh: implement primitive hostkey verification
2017-04-21 cinap_lenrekmerge
2017-04-21 cinap_lenrekssh: actually handle flow control and channel id's
2017-04-20 cinap_lenrekssh: increase initial window size for better throughput
2017-04-20 cinap_lenrekssh: cleanup debug messages
2017-04-20 cinap_lenrekssh: do not try authentication methods that we know...
2017-04-20 cinap_lenrekssh: implement password and keyboard-interactive authen...
2017-04-19 cinap_lenrekssh: fix locking, and key reexchange handling
2017-04-18 cinap_lenrekssh: close the channel when vt hangs up
2017-04-17 cinap_lenrekssh: weekend project