summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh_config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete "Protocol" from commented out examples.dtucker2019-02-041-2/+1
* As promised in last release announcement: remove support fordjm2017-05-071-3/+3
* more protocol 1 bits removed; ok djmjmc2017-05-031-3/+1
* remove SSHv1 configuration options and man pages bitsdjm2017-04-301-3/+1
* set ssh(1) protocol version to 2 only.sobrado2016-02-201-2/+2
* add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.sobrado2016-02-201-1/+3
* Remove gssapi config parts from ssh_config, as was already done for sshd_config.sthen2013-09-161-3/+1
* Add an optional second argument to RekeyLimit in the client to allowdtucker2013-05-161-1/+2
* Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singledtucker2010-01-111-1/+2
* sync with revised default ciphers; pointed out by dkrause@djm2009-02-171-2/+2
* Add VisualHostKey to example file, ok djm@grunk2008-07-251-1/+2
* Add a "MACs" line after "Ciphers" with the default MAC algorithms,pvalchev2007-06-081-1/+2
* Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampledtucker2006-05-291-1/+3
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+4
* Make it clear that the example entries in ssh_config are only some of thedtucker2005-01-281-2/+4
* remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,markus2003-08-131-2/+1
* add AddressFamily option to ssh_config (like -4, -6 on commandline).djm2003-05-161-1/+2
* add a ConnectTimeout option to ssh, based on patch fromdjm2003-05-151-1/+2
* re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configmarkus2002-07-031-1/+2
* refer to config file man pagestevesk2002-06-201-5/+5
* update defaults for RhostsRSAAuthentication and RhostsAuthenticationstevesk2002-06-101-3/+3
* remove FallBackToRsh/UseRshmarkus2002-06-081-3/+1
* correct some commented defaults. add Ciphers default. ok markus@stevesk2002-01-161-5/+6
* grammar in commentstevesk2002-01-031-4/+5
* id_rsa1/2 -> id_rsa; ok markus@todd2001-04-031-3/+2
* default to SSH2, now that m68k runs fastderaadt2001-03-101-2/+2
* point at sshd(8) and ssh(1)deraadt2001-02-021-4/+4
* $OpenBSD$niklas2001-01-291-0/+2
* add support for RSA to SSH2. please test.markus2000-11-121-5/+8
* disable FallBackToRsh by defaultderaadt2000-07-111-1/+1
* show 'Protocol' as an example, ok markus@todd2000-04-171-0/+1
* idea does not existderaadt1999-10-271-1/+1
* document CheckHostIPprovos1999-10-031-0/+1
* distribution targetderaadt1999-09-261-0/+29