Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | - word change, agreed w/ markus | Jason McIntyre | |
- consistency fixes | |||
2006-01-20 | Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 | Darren Tucker | |
with feedback from jmc, djm and markus; ok jmc@ djm@ | |||
2006-01-12 | refer to TCP forwarding, rather than TCP/IP forwarding; | Jason McIntyre | |
2006-01-02 | some corrections from michael knudsen; | Jason McIntyre | |
2005-12-22 | put the description of "UsePrivilegedPort" in the correct place; | Jason McIntyre | |
2005-12-17 | spelling: intented -> intended | Kevin Steves | |
2005-12-17 | spelling: fowarding, fowarded | Kevin Steves | |
2005-12-08 | new sentence, new line; | Jason McIntyre | |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter | |
with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@ | |||
2005-12-08 | keep options in order; | Jason McIntyre | |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre | |
ok reyk | |||
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter | |
initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections, e.g. administrative tunnels or secure wireless access. It's based on a new ssh channel and works similar to the existing TCP forwarding support, except that it depends on the tun(4) network interface on both ends of the connection for layer 2 or layer 3 tunneling. This diff also adds support for LocalCommand in the ssh(1) client. ok djm@, markus@, jmc@ (manpages), tested and discussed with others | |||
2005-10-30 | remove trailing whitespace; | Jason McIntyre | |
2005-10-30 | mention control socket fallback behaviour, reported by tryponraj AT gmail.com | Damien Miller | |
2005-09-19 | mention ability to specify bind_address for DynamicForward and -D options; | Damien Miller | |
bz#1077 spotted by Haruyama Seigo | |||
2005-07-08 | new sentence, new line; | Jason McIntyre | |
2005-07-08 | change BindAddress to match recent ssh -b change; prompted by markus@ | Darren Tucker | |
2005-07-04 | fix Xr and a little grammar; | Jason McIntyre | |
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller | |
connections. Because of protocol limitations, the slave connections inherit the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding their own. ok dtucker@ "put it in" deraadt@ | |||
2005-06-18 | allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@ | Damien Miller | |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller | |
tested avsm@ and jakob@, ok markus@ | |||
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller | |
add expansion to ControlPath; ok markus@ | |||
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller | |
ok markus@ | |||
2005-05-20 | oops - article and spacing; | Jason McIntyre | |
2005-05-20 | give a ProxyCommand example using nc(1), with and ok jmc@ | Damien Miller | |
2005-04-26 | fallback gracefully if client cannot connect to ControlPath. ok djm@ | Jakob Schlyter | |
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller | |
that we do (bz #623); ok deraadt@ | |||
2005-03-16 | get the syntax right for {Local,Remote}Forward; | Jason McIntyre | |
based on a diff from markus; problem report from ponraj; ok dtucker@ markus@ deraadt@ | |||
2005-03-12 | escape `.' at eol to avoid double spacing issues; | Jason McIntyre | |
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-03-01 | do not mark up punctuation; | Jason McIntyre | |
whitespace; | |||
2005-03-01 | add tools for managing known_hosts files with hashed hostnames, including | Damien Miller | |
hashing existing files and deleting hosts by name; ok markus@ deraadt@ | |||
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller | |
to improve privacy of which hosts user have been visiting; ok markus@ deraadt@ | |||
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller | |
Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@ | |||
2005-02-28 | bz#849: document timeout on untrusted x11 forwarding sessions. Reported by | Damien Miller | |
orion AT cora.nwra.com; ok markus@ | |||
2005-01-28 | wording; | Jason McIntyre | |
ok markus@ | |||
2005-01-28 | grammar; | Jason McIntyre | |
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller | |
2004-06-26 | punctuation and grammar fixes. also, keep the options in order. | Jason McIntyre | |
2004-06-17 | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | Damien Miller | |
shared connections; ok markus@ | |||
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller | |
since 2.0); ok markus@ | |||
2004-06-13 | List supported ciphers in man pages, tidy up ssh -c; | Darren Tucker | |
"looks fine" jmc@, ok markus@ | |||
2004-05-06 | typo from John Cosimano (PR 3770); | Jason McIntyre | |
2004-04-28 | manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu) | Damien Miller | |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller | |
client to the server; ok markus@ | |||
2004-04-19 | kill whitespace at eol; | Jason McIntyre | |
2004-04-19 | document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@ | Damien Miller | |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl | |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl | |
for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@ | |||
2003-12-14 | we don't support GSS KEX; from Simon Wilkinson | Markus Friedl | |