summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-11-15add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keysMarkus Friedl
2000-11-15typo, use .ItMarkus Friedl
2000-11-15just ignore non existing user keysMarkus Friedl
2000-11-15reorder SYNOPSISMarkus Friedl
2000-11-14do not reorder keys if a key is removedMarkus Friedl
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ...Markus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-11-12off-by-one when removing a key from the agentMarkus Friedl
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-11-10typo; from mouring@pconline.comMarkus Friedl
2000-11-08Document that rsh and ssh will take their invocation name as a hostname toAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-11-06downgrade client to 1.3 if server is 1.4; help from mdb@juniper.netMarkus Friedl
2000-11-06do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fiMarkus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-31so that large packets do not wrap "n"; from netbsdMarkus Friedl
2000-10-31handle all old openssh versionsMarkus Friedl
2000-10-27deny agent/x11 forwarding unless requested; thanks to jwl@pobox.comMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-26add older vandyke productsMarkus Friedl
2000-10-23non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdMarkus Friedl
2000-10-21typo, eramore@era-t.ericsson.se; ok niels@Markus Friedl
2000-10-19don't reference freed memory. okay deraadt@Niels Provos
2000-10-19fmt string problem in unused codeTheo de Raadt
2000-10-18restore old record login behaviourMarkus Friedl
2000-10-18replace atomicio(read,...) with read(); ok deraadt@Markus Friedl
2000-10-18undoMarkus Friedl
2000-10-17return number of characters processed; ok deraadt@Markus Friedl
2000-10-16fixes from pekkas@netcore.fiMarkus Friedl
2000-10-16Add idents for files which lack themDamien Miller
2000-10-15CFLAGS+= -WallMarkus Friedl
2000-10-15typos; from stevesk@sweden.hp.comMarkus Friedl
2000-10-14do not send RSA challenge if key is not allowed by key-options; from eivind@T...Markus Friedl
2000-10-14OpenSSH_2.3; note that is is not complete, but the version number needs to be...Markus Friedl
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
2000-10-14Cipher is for SSH-1 onlyMarkus Friedl
2000-10-14remove spaces from arguments; from djm@mindrot.orgMarkus Friedl
2000-10-14debug3Markus Friedl
2000-10-13prefer no compressionMarkus Friedl
2000-10-13more info about -VMarkus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-13Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.seMarkus Friedl
2000-10-13Repair formatting errors introduced after 2.7.Aaron Campbell
2000-10-12remove unusedMarkus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11remove DESMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11WallMarkus Friedl