summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-07-18be more exact wrt perms for ~/.ssh/config; bz#2078Damien Miller
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
2012-10-04add umac128 variant; ok djm@ at n2k12Markus Friedl
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-06missing letter in previous;Jason McIntyre
2012-09-06Add ~v and ~V escape sequences to raise and lower the logging levelDarren Tucker
2012-06-18Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmcDarren Tucker
2012-06-18Remove mention of 'three' key files since there are now four. FromDarren Tucker
2012-04-20use "brackets" instead of "braces", for consistency;Jason McIntyre
2011-09-11document new -O cancel command; ok djm@Okan Demirmen
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl
2011-08-26Add some missing ssh_config(5) options that can be used in ssh(1)'sDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-05-07+.It RequestTTYJason McIntyre
2011-04-18tweak previous;Jason McIntyre
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-11mention RFC 5656 for ECC stuffDamien Miller
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-08-31small text tweak to accommodate previous;Jason McIntyre
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-04Remove mentions of weird "addr/port" alternate address format for IPv6Damien Miller
2010-07-23Ciphers is documented in ssh_config(5) these daysDarren Tucker
2010-07-14finally ssh synopsis looks nice again! this commit just removes a ton ofJason McIntyre
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-03-26tweak previous;Jason McIntyre
2010-03-26mention that -S none disables connection sharing; from Colin WatsonDamien Miller
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
2010-03-05document certificate authentication; help/ok djmJason McIntyre
2010-03-05tweak previous;Jason McIntyre
2010-03-04move section on CA and revoked keys from ssh.1 to sshd.8's known hostsDamien Miller
2010-03-04tweak previous;Jason McIntyre
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-11libarary -> library;Jason McIntyre
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter