summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2006-01-12refer to `TCP' rather than `TCP/IP' in the context of connectionJason McIntyre
2006-01-12split sections on tcp and x11 forwarding into two sections.Jason McIntyre
2006-01-06final round of whacking FILES for duplicate info, and some consistencyJason McIntyre
2006-01-06weed out some duplicate info in the known_hosts FILES entries;Jason McIntyre
2006-01-05check that stdio file descriptors are actually closed before clobberingDamien Miller
2006-01-04-.Xr gzip 1 ,Jason McIntyre
2006-01-04+.Xr ssh-keyscan 1 ,Jason McIntyre
2006-01-04remove .Xr's to rsh(1) and telnet(1): they are hardly needed;Jason McIntyre
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
2006-01-03tweak the description of ~/.ssh/environmentJason McIntyre
2006-01-03put FILES in some sort of order: sort by pathnameJason McIntyre
2006-01-03use a larger width for the ENVIRONMENT list;Jason McIntyre
2006-01-03move FILES to a -compact list, and make each files an item in that list.Jason McIntyre
2006-01-02some corrections from michael knudsen;Jason McIntyre
2006-01-02start to cut some duplicate info from FILES;Jason McIntyre
2006-01-02clarify tun(4) opening - set the mode and bring the interface up. alsoReyk Floeter
2006-01-02use a common max. packet length, no binary changeDamien Miller
2006-01-01no trailing "\n" for debug()Kevin Steves
2006-01-01move <net/if.h>; ok djm@Kevin Steves
2005-12-31.Nm does not require an argument;Jason McIntyre
2005-12-31clean up ENVIRONMENT a little;Jason McIntyre
2005-12-31merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVERJason McIntyre
2005-12-31document -MM; ok djm@Kevin Steves
2005-12-30do not suggest that interactive authentication will workJason McIntyre
2005-12-30add channel output filter interface.Reyk Floeter
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