summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh_config
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of thedtucker1-1/+2
2019-02-04Remove obsolete "Protocol" from commented out examples.dtucker1-2/+1
2017-05-07As promised in last release announcement: remove support fordjm1-3/+3
2017-05-03more protocol 1 bits removed; ok djmjmc1-3/+1
2017-04-30remove SSHv1 configuration options and man pages bitsdjm1-3/+1
2016-02-20set ssh(1) protocol version to 2 only.sobrado1-2/+2
2016-02-20add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.sobrado1-1/+3
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.sthen1-3/+1
2013-05-16Add an optional second argument to RekeyLimit in the client to allowdtucker1-1/+2
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singledtucker1-1/+2
2009-02-17sync with revised default ciphers; pointed out by dkrause@djm1-2/+2
2008-07-25Add VisualHostKey to example file, ok djm@grunk1-1/+2
2007-06-08Add a "MACs" line after "Ciphers" with the default MAC algorithms,pvalchev1-1/+2
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampledtucker1-1/+3
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk1-1/+4
2005-01-28Make it clear that the example entries in ssh_config are only some of thedtucker1-2/+4
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,markus1-2/+1
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).djm1-1/+2
2003-05-15add a ConnectTimeout option to ssh, based on patch fromdjm1-1/+2
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configmarkus1-1/+2
2002-06-20refer to config file man pagestevesk1-5/+5
2002-06-10update defaults for RhostsRSAAuthentication and RhostsAuthenticationstevesk1-3/+3
2002-06-08remove FallBackToRsh/UseRshmarkus1-3/+1
2002-01-16correct some commented defaults. add Ciphers default. ok markus@stevesk1-5/+6
2002-01-03grammar in commentstevesk1-4/+5
2001-04-03id_rsa1/2 -> id_rsa; ok markus@todd1-3/+2
2001-03-10default to SSH2, now that m68k runs fastderaadt1-2/+2
2001-02-02point at sshd(8) and ssh(1)deraadt1-4/+4
2001-01-29$OpenBSD$niklas1-0/+2
2000-11-12add support for RSA to SSH2. please test.markus1-5/+8
2000-07-11disable FallBackToRsh by defaultderaadt1-1/+1
2000-04-17show 'Protocol' as an example, ok markus@todd1-0/+1
1999-10-27idea does not existderaadt1-1/+1
1999-10-03document CheckHostIPprovos1-0/+1
1999-09-26distribution targetderaadt1-0/+29