summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.1
AgeCommit message (Expand)Author
2015-07-20Move .Pp before .Bl, not after to quiet mandoc -Tlint.Todd C. Miller
2015-07-20Better desciption of Unix domain socket forwarding.Todd C. Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-05-22mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332Damien Miller
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-26correct description of UpdateHostKeys in ssh_config.5 andDamien Miller
2014-12-22add fingerprinthash to the options list;Jason McIntyre
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-10-09tweak previous;Jason McIntyre
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-16add the streamlocal* options to ssh's -o list; millert says they'reJason McIntyre
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-04-19delete .xr to hosts.equiv. there's still an unfortunate amount ofTed Unangst
2014-03-17old descriptions of des and blowfish are old. maybe ok deraadtTed Unangst
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-11-26- put -Q in the right placeJason McIntyre
2013-11-25improve -Q usage and such. One usage change is that the option is nowTheo de Raadt
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-10-15tweak previous;Jason McIntyre
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