Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a '%k' TOKEN that expands to the effective HostKey of the | 2020-07-17 | 1 | -1/+2 | |
| | | | | | | destination. This allows, eg, keeping host keys in individual files using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654, ok djm@, jmc@ (man page bits) | ||||
* | Remove obsolete "Protocol" from commented out examples. | 2019-02-04 | 1 | -2/+1 | |
| | | | | Patch from samy.mahmoudi at gmail com. | ||||
* | As promised in last release announcement: remove support for | 2017-05-07 | 1 | -3/+3 | |
| | | | | Blowfish, RC4 and CAST ciphers. ok markus@ deraadt@ | ||||
* | more protocol 1 bits removed; ok djm | 2017-05-03 | 1 | -3/+1 | |
| | |||||
* | remove SSHv1 configuration options and man pages bits | 2017-04-30 | 1 | -3/+1 | |
| | | | | ok markus@ | ||||
* | set ssh(1) protocol version to 2 only. | 2016-02-20 | 1 | -2/+2 | |
| | | | | ok djm@ | ||||
* | add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile. | 2016-02-20 | 1 | -1/+3 | |
| | | | | ok djm@ | ||||
* | Remove gssapi config parts from ssh_config, as was already done for sshd_config. | 2013-09-16 | 1 | -3/+1 | |
| | | | | Req by/ok ajacoutot@ | ||||
* | Add an optional second argument to RekeyLimit in the client to allow | 2013-05-16 | 1 | -1/+2 | |
| | | | | | rekeying based on elapsed time in addition to amount of traffic. with djm@ jmc@, ok djm | ||||
* | Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single | 2010-01-11 | 1 | -1/+2 | |
| | | | | | | port forward on the server. This allows, for example, using ssh as a ProxyCommand to route connections via intermediate servers. bz #1618, man page help from jmc@, ok markus@ | ||||
* | sync with revised default ciphers; pointed out by dkrause@ | 2009-02-17 | 1 | -2/+2 | |
| | |||||
* | Add VisualHostKey to example file, ok djm@ | 2008-07-25 | 1 | -1/+2 | |
| | |||||
* | Add a "MACs" line after "Ciphers" with the default MAC algorithms, | 2007-06-08 | 1 | -1/+2 | |
| | | | | | to ease people who want to tweak both (eg. for performance reasons). ok deraadt@ djm@ dtucker@ | ||||
* | Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample | 2006-05-29 | 1 | -1/+3 | |
| | | | | ssh_config. ok markus@ | ||||
* | Add support for tun(4) forwarding over OpenSSH, based on an idea and | 2005-12-06 | 1 | -1/+4 | |
| | | | | | | | | | | | | 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 | ||||
* | Make it clear that the example entries in ssh_config are only some of the | 2005-01-28 | 1 | -2/+4 | |
| | | | | | commonly-used options and refer the user to ssh_config(5) for more details; ok djm@ | ||||
* | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | 2003-08-13 | 1 | -2/+1 | |
| | | | | fgsch@, miod@, henning@, jakob@ and others | ||||
* | add AddressFamily option to ssh_config (like -4, -6 on commandline). | 2003-05-16 | 1 | -1/+2 | |
| | | | | Portable bug #534; ok markus@ | ||||
* | add a ConnectTimeout option to ssh, based on patch from | 2003-05-15 | 1 | -1/+2 | |
| | | | | Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@ | ||||
* | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | 2002-07-03 | 1 | -1/+2 | |
| | | | | | and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@ | ||||
* | refer to config file man page | 2002-06-20 | 1 | -5/+5 | |
| | |||||
* | update defaults for RhostsRSAAuthentication and RhostsAuthentication | 2002-06-10 | 1 | -3/+3 | |
| | | | | here too (all options commented out with default value). | ||||
* | remove FallBackToRsh/UseRsh | 2002-06-08 | 1 | -3/+1 | |
| | |||||
* | correct some commented defaults. add Ciphers default. ok markus@ | 2002-01-16 | 1 | -5/+6 | |
| | |||||
* | grammar in comment | 2002-01-03 | 1 | -4/+5 | |
| | |||||
* | id_rsa1/2 -> id_rsa; ok markus@ | 2001-04-03 | 1 | -3/+2 | |
| | |||||
* | default to SSH2, now that m68k runs fast | 2001-03-10 | 1 | -2/+2 | |
| | |||||
* | point at sshd(8) and ssh(1) | 2001-02-02 | 1 | -4/+4 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | add support for RSA to SSH2. please test. | 2000-11-12 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | ||||
* | disable FallBackToRsh by default | 2000-07-11 | 1 | -1/+1 | |
| | |||||
* | show 'Protocol' as an example, ok markus@ | 2000-04-17 | 1 | -0/+1 | |
| | |||||
* | idea does not exist | 1999-10-27 | 1 | -1/+1 | |
| | |||||
* | document CheckHostIP | 1999-10-03 | 1 | -0/+1 | |
| | |||||
* | distribution target | 1999-09-26 | 1 | -0/+29 | |