summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2005-12-28use 'break-in' for consistency; ok deraadt@ ok and input jmc@Kevin Steves
2005-12-24eliminate some code duplicated in privsep and non-privsep paths, andDamien Miller
2005-12-23less mark up for -c;Jason McIntyre
2005-12-23- sync the description of -e w/ synopsisJason McIntyre
2005-12-22expand the description of -w somewhat;Jason McIntyre
2005-12-22put the description of "UsePrivilegedPort" in the correct place;Jason McIntyre
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@Kevin Steves
2005-12-21-Y does X11 forwarding too;Jason McIntyre
2005-12-21options now described `above', rather than `later';Jason McIntyre
2005-12-21-L and -R descriptions are now above, not below, ~C description;Jason McIntyre
2005-12-20move info on ssh return values and config files up into the mainJason McIntyre
2005-12-20.Ss -> .Sh: subsections have not made this page more readableJason McIntyre
2005-12-20merge the sections on protocols 1 and 2 into one section on authentication;Jason McIntyre
2005-12-20exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@Darren Tucker
2005-12-17spelling: intented -> intendedKevin Steves
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
2005-12-13if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANYReyk Floeter
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-12-08new sentence, new line;Jason McIntyre
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter
2005-12-08keep options in order;Jason McIntyre
2005-12-08make `!command' a little clearer;Jason McIntyre
2005-12-07- avoid line split in SYNOPSISJason McIntyre
2005-12-07typoReyk Floeter
2005-12-07reyk forgot to compile with -Werror (missing header)Damien Miller
2005-12-06Add brief instructions on how to use the new tun(4) forwarding overReyk Floeter
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-11-30avoid ambiguities in describing TZ;Jason McIntyre
2005-11-30timezone -> time zoneJason McIntyre
2005-11-29Populate default key sizes before checking them; from & ok tim@Darren Tucker
2005-11-28Update agent socket path templates to reflect reality, correct xref forDarren Tucker
2005-11-28Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,Darren Tucker
2005-11-22Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@Darren Tucker
2005-11-21Perform Kerberos calls even for invalid users to prevent leaking informationDarren Tucker
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-11-12spaceTheo de Raadt
2005-11-05Fix leaks in error paths, bz #1109 and #1110 reported by kremenek ATDamien Miller
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
2005-11-03Cache reverse lookups with and without DNS separately; ok markus@Darren Tucker
2005-10-31grammar;Jason McIntyre
2005-10-31make sure we clean up wtmp, etc. file when we receive a SIGTERM,Damien Miller
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-31Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@Darren Tucker
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30remove trailing whitespace;Jason McIntyre