summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ssh.c
AgeCommit message (Expand)Author
2021-09-02ssh: use RSA/SHA-256 instead of RSA/SHA-1 as the public key algorithmkemal
2021-07-21ssh: fix typo (thanks izaki)Jacob Moody
2021-06-26vt, ssh: don't send interrupts on window resizeOri Bernstein
2021-06-20libsec: move zero check to curve25519_dh_finish()cinap_lenrek
2019-05-27ssh: work around github.com's broken cipher negotiation code (thanks Ori_B)cinap_lenrek
2019-04-02ssh: print usage for unknown flags, cleanupcinap_lenrek
2019-04-02ssh: add experimental mux modecinap_lenrek
2019-04-02ssh: implement -W option for making remote tcp connectionscinap_lenrek
2019-02-25ssh: don't assume error messages are ASCII. format number of complete runes, ...cinap_lenrek
2018-11-08ssh: handle unknown MSG_CHANNE_REQUEST messagescinap_lenrek
2018-11-08ssh: handle MSG_GOBAL_REQUESTcinap_lenrek
2018-10-12ssh: fix spinning due to sticky intr flag on connection timeoutcinap_lenrek
2018-07-18ssh: fix nil dereference when TERM isnt set and -r is requestedcinap_lenrek
2018-06-28ssh: wait for remote channel close (thanks piroko)cinap_lenrek
2018-05-18ssh:add -r for extra raw modespew
2017-10-06ssh: remove extern declarations for pkcs1padbuf() and asn1encodedigest() (now...cinap_lenrek
2017-08-20ssh: issue "winchon" ctl request to /dev/consctl to get interrupt on window s...cinap_lenrek
2017-05-05ssh: add -h flag to pass host (for compatibility)cinap_lenrek
2017-05-03ssh: quote cmd arguments with unix shell single quotes, request tty even with...cinap_lenrek
2017-04-28ssh: add support for subsystemsaiju
2017-04-24ssh: make number of retries configurableaiju
2017-04-24ssh: loop keyboard-interactive on failureaiju
2017-04-24ssh: fix typoaiju
2017-04-24ssh: add "none" method to find out list of acceptable methodsaiju
2017-04-24ssh: print the whole ssh-rsa hostkey in base64 when thumb check failscinap_lenrek
2017-04-23libsec: sha256 support for thumbprint files, use it in ssh as wellcinap_lenrek
2017-04-23ssh: implement primitive hostkey verificationcinap_lenrek
2017-04-21ssh: actually handle flow control and channel id'scinap_lenrek
2017-04-21ssh: increase initial window size for better throughputcinap_lenrek
2017-04-21ssh: cleanup debug messagescinap_lenrek
2017-04-20ssh: do not try authentication methods that we know are not possiblecinap_lenrek
2017-04-20ssh: implement password and keyboard-interactive authentication methodscinap_lenrek
2017-04-19ssh: fix locking, and key reexchange handlingcinap_lenrek
2017-04-18ssh: close the channel when vt hangs upcinap_lenrek
2017-04-17ssh: weekend projectcinap_lenrek