summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl
2001-08-13don't need main prototype (also sync with rcp); ok markus@Kevin Steves
2001-08-11fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@Jakob Schlyter
2001-08-08undo last change; does not work for sshdMarkus Friedl
2001-08-08permanently_set_uid is a noop if user is not privilegued;Markus Friedl
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
2001-08-07extended failure messages from galb@vandyke.comMarkus Friedl
2001-08-06use alarm vs. setitimer for portable; ok markus@Kevin Steves
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
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