index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
ssh.c
Age
Commit message (
Expand
)
Author
2019-05-27
ssh: work around github.com's broken cipher negotiation code (thanks Ori_B)
cinap_lenrek
2019-04-02
ssh: print usage for unknown flags, cleanup
cinap_lenrek
2019-04-02
ssh: add experimental mux mode
cinap_lenrek
2019-04-02
ssh: implement -W option for making remote tcp connections
cinap_lenrek
2019-02-25
ssh: don't assume error messages are ASCII. format number of complete runes, ...
cinap_lenrek
2018-11-08
ssh: handle unknown MSG_CHANNE_REQUEST messages
cinap_lenrek
2018-11-08
ssh: handle MSG_GOBAL_REQUEST
cinap_lenrek
2018-10-12
ssh: fix spinning due to sticky intr flag on connection timeout
cinap_lenrek
2018-07-18
ssh: fix nil dereference when TERM isnt set and -r is requested
cinap_lenrek
2018-06-28
ssh: wait for remote channel close (thanks piroko)
cinap_lenrek
2018-05-18
ssh:add -r for extra raw mode
spew
2017-10-06
ssh: remove extern declarations for pkcs1padbuf() and asn1encodedigest() (now...
cinap_lenrek
2017-08-20
ssh: issue "winchon" ctl request to /dev/consctl to get interrupt on window s...
cinap_lenrek
2017-05-05
ssh: add -h flag to pass host (for compatibility)
cinap_lenrek
2017-05-03
ssh: quote cmd arguments with unix shell single quotes, request tty even with...
cinap_lenrek
2017-04-28
ssh: add support for subsystems
aiju
2017-04-24
ssh: make number of retries configurable
aiju
2017-04-24
ssh: loop keyboard-interactive on failure
aiju
2017-04-24
ssh: fix typo
aiju
2017-04-24
ssh: add "none" method to find out list of acceptable methods
aiju
2017-04-24
ssh: print the whole ssh-rsa hostkey in base64 when thumb check fails
cinap_lenrek
2017-04-23
libsec: sha256 support for thumbprint files, use it in ssh as well
cinap_lenrek
2017-04-23
ssh: implement primitive hostkey verification
cinap_lenrek
2017-04-21
ssh: actually handle flow control and channel id's
cinap_lenrek
2017-04-21
ssh: increase initial window size for better throughput
cinap_lenrek
2017-04-21
ssh: cleanup debug messages
cinap_lenrek
2017-04-20
ssh: do not try authentication methods that we know are not possible
cinap_lenrek
2017-04-20
ssh: implement password and keyboard-interactive authentication methods
cinap_lenrek
2017-04-19
ssh: fix locking, and key reexchange handling
cinap_lenrek
2017-04-18
ssh: close the channel when vt hangs up
cinap_lenrek
2017-04-17
ssh: weekend project
cinap_lenrek