summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-08-03document smartcard options. ok markus@Jakob Schlyter
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02add smartcard to usage(). ok markus@Jakob Schlyter
2001-08-02document smartcard upload/download. ok markus@Jakob Schlyter
2001-08-02more verbose usage(). ok markus@Jakob Schlyter
2001-08-02change -u (upload smartcard key) to -U. ok markus@Jakob Schlyter
2001-08-02add -D readerid option (download, i.e. print public RSA key to stdout).Markus Friedl
2001-08-01support finish rsa keys.Markus Friedl
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect...Markus Friedl
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-30initialize key in select method, not ConstructorJim Rees
2001-07-30updates; ok deraadt@Kevin Steves
2001-07-30new BSD-style license:Kevin Steves
2001-07-30better errorcodes from sc_*; ok markus@Jakob Schlyter
2001-07-29Clarified -o option in scp.1 OKed by Markus@mouring
2001-07-29typo, add -WunusedMarkus Friedl
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-27shorten linesTheo de Raadt
2001-07-27If smart card support is compiled in and a smart card is being usedTodd C. Miller
2001-07-27Add important warning.Jim Rees
2001-07-26add instructions for changing the passphraseJim Rees
2001-07-26jaut is now login -dJim Rees
2001-07-26Inquire Cyberflex class for 0xf0 cardsJim Rees
2001-07-26fix "6fb0 uninitialized key"Jim Rees
2001-07-26add -t option to test configuration file and keys; pekkas@netcore.fiKevin Steves
2001-07-26CDIAGFLAGS. Okay markus@Marc Espie
2001-07-25cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.orgMarkus Friedl
2001-07-25typo in commentMarkus Friedl
2001-07-23no zero size xstrdup() error; ok markus@Kevin Steves
2001-07-23use %lu; ok markus@Kevin Steves
2001-07-23Fix typo.Aaron Campbell
2001-07-23sync PreferredAuthenticationsMarkus Friedl
2001-07-23reorder default sequence of userauth methods to match ssh behaviour:Markus Friedl
2001-07-22Xr login.confMarkus Friedl
2001-07-22enable challenge-response auth by default; ok millert@Markus Friedl
2001-07-22There is no option "Compress", point to "Compression" instead; ok markusPeter Valchev
2001-07-22update commentMarkus Friedl
2001-07-20"the" command lineKevin Steves
2001-07-20do not exit() from signal handlers; ok deraadt@Markus Friedl
2001-07-19escape chars are below nowKevin Steves
2001-07-18chdir("/") from bbraun@synack.net; ok markus@Kevin Steves