summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Collapse)Author
2001-08-30validate ports for LocalForward/RemoteForward.Kevin Steves
add host/port alternative syntax for IPv6 (like -L/-R). ok markus@
2001-08-30add -D to synopsis line; ok markus@Christian Weisgerber
2001-08-29additional documentation for GatewayPorts; ok markus@Kevin Steves
2001-08-29document -D and DynamicForward; ok markus@Kevin Steves
2001-08-28allow: ssh -F configfile hostMarkus Friedl
2001-08-22document cipher des for protocol 1; ok deraadt@Kevin Steves
2001-08-22hostname not optional; ok markus@Kevin Steves
2001-08-21minor typos and cleanupKevin Steves
2001-08-16document case sensitivity for ssh, sshd and key fileKevin Steves
options and arguments; ok markus@
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
scp; document keyword=argument for ssh.
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-07-25cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.orgMarkus Friedl
2001-07-23sync PreferredAuthenticationsMarkus 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-20"the" command lineKevin Steves
2001-07-19escape chars are below nowKevin Steves
2001-06-26document SSH_ASKPASS; fubob@MIT.EDUMarkus Friedl
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
2001-06-22o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
publickey,hostbased,password,keyboard-interactive document that hostbased defaults to no, document order
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-04typosKevin Steves
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-22document hostbased and other cleanupMarkus Friedl
2001-04-22xref draft-ietf-secsh-*Markus Friedl
2001-04-22typos spotted by stevesk@; ok deraadt@Damien Miller
2001-04-20Split out and improve escape character documentation, mention ~R inDamien Miller
~? help text; ok markus@
2001-04-17add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@Markus Friedl
2001-04-10document id_rsa{.pub,}. markus okJun-ichiro itojun Hagino
2001-04-05ssh defaults to protocol v2; from quisar@quisar.ambre.netMarkus Friedl
2001-03-26document more defaults; misc. cleanup. ok markus@Kevin Steves
2001-03-19document PreferredAuthentications options; ok markus@Damien Miller
2001-03-08turn off useprivilegedports by default. only rhost-auth needsMarkus Friedl
this. older sshd's may need this, too.
2001-03-07removed dated commentTheo de Raadt
2001-03-07the name "secure shell" is boring, noone ever uses itTheo de Raadt
2001-03-05more ssh_known_hosts2 documentation; ok markus@Kevin Steves
2001-03-05switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; provos & markus okTheo de Raadt
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-22typos/grammar from matt@anzen.comMarkus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@
2001-02-10add xref Ciphers to -cMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostname; ok markus@Kevin Steves
2001-02-09correct default ciphersNiels Provos
2001-02-08drop references to ssl(8). markus okJun-ichiro itojun Hagino