| #
270e7910 |
| 02-Aug-2023 |
djm <djm@openbsd.org> |
CheckHostIP has defaulted to 'no' for a while; make the commented- out config option match. From Ed Maste
|
| #
6e617869 |
| 17-Jul-2020 |
dtucker <dtucker@openbsd.org> |
Add a '%k' TOKEN that expands to the effective HostKey of the destination. This allows, eg, keeping host keys in individual files using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654, ok djm@
Add a '%k' TOKEN that expands to the effective HostKey of the 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)
show more ...
|
| #
475e40bb |
| 04-Feb-2019 |
dtucker <dtucker@openbsd.org> |
Remove obsolete "Protocol" from commented out examples. Patch from samy.mahmoudi at gmail com.
|
| #
d6dbd759 |
| 07-May-2017 |
djm <djm@openbsd.org> |
As promised in last release announcement: remove support for Blowfish, RC4 and CAST ciphers. ok markus@ deraadt@
|
| #
c3ab6690 |
| 03-May-2017 |
jmc <jmc@openbsd.org> |
more protocol 1 bits removed; ok djm
|
| #
7a80cfe2 |
| 30-Apr-2017 |
djm <djm@openbsd.org> |
remove SSHv1 configuration options and man pages bits
ok markus@
|
| #
c7ad2037 |
| 20-Feb-2016 |
sobrado <sobrado@openbsd.org> |
set ssh(1) protocol version to 2 only.
ok djm@
|
| #
7e9c7a82 |
| 20-Feb-2016 |
sobrado <sobrado@openbsd.org> |
add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.
ok djm@
|
| #
eab63bd9 |
| 16-Sep-2013 |
sthen <sthen@openbsd.org> |
Remove gssapi config parts from ssh_config, as was already done for sshd_config. Req by/ok ajacoutot@
|
| #
522a5c19 |
| 16-May-2013 |
dtucker <dtucker@openbsd.org> |
Add an optional second argument to RekeyLimit in the client to allow rekeying based on elapsed time in addition to amount of traffic. with djm@ jmc@, ok djm
|
| #
b9a19dae |
| 11-Jan-2010 |
dtucker <dtucker@openbsd.org> |
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single port forward on the server. This allows, for example, using ssh as a ProxyCommand to route connections via intermediate s
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single 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@
show more ...
|
| #
108f1759 |
| 17-Feb-2009 |
djm <djm@openbsd.org> |
sync with revised default ciphers; pointed out by dkrause@
|
| #
c34445dc |
| 25-Jul-2008 |
grunk <grunk@openbsd.org> |
Add VisualHostKey to example file, ok djm@
|
| #
38eb520a |
| 08-Jun-2007 |
pvalchev <pvalchev@openbsd.org> |
Add a "MACs" line after "Ciphers" with the default MAC algorithms, to ease people who want to tweak both (eg. for performance reasons). ok deraadt@ djm@ dtucker@
|
| #
2ac7a013 |
| 29-May-2006 |
dtucker <dtucker@openbsd.org> |
Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample ssh_config. ok markus@
|
| #
a7fea580 |
| 06-Dec-2005 |
reyk <reyk@openbsd.org> |
Add support for tun(4) forwarding over OpenSSH, based on an idea and initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections,
Add support for tun(4) forwarding over OpenSSH, based on an idea and 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
show more ...
|
| #
f1bd42c8 |
| 28-Jan-2005 |
dtucker <dtucker@openbsd.org> |
Make it clear that the example entries in ssh_config are only some of the commonly-used options and refer the user to ssh_config(5) for more details; ok djm@
|
| #
261c4a3e |
| 13-Aug-2003 |
markus <markus@openbsd.org> |
remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, fgsch@, miod@, henning@, jakob@ and others
|
| #
93c38a72 |
| 16-May-2003 |
djm <djm@openbsd.org> |
add AddressFamily option to ssh_config (like -4, -6 on commandline). Portable bug #534; ok markus@
|
| #
507354e0 |
| 15-May-2003 |
djm <djm@openbsd.org> |
add a ConnectTimeout option to ssh, based on patch from Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
|
| #
d851c2be |
| 03-Jul-2002 |
markus <markus@openbsd.org> |
re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itoj
re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@
show more ...
|
| #
758b9712 |
| 20-Jun-2002 |
stevesk <stevesk@openbsd.org> |
refer to config file man page
|
| #
6fa9eb32 |
| 10-Jun-2002 |
stevesk <stevesk@openbsd.org> |
update defaults for RhostsRSAAuthentication and RhostsAuthentication here too (all options commented out with default value).
|
| #
fe2df954 |
| 08-Jun-2002 |
markus <markus@openbsd.org> |
remove FallBackToRsh/UseRsh
|
| #
0c793dc2 |
| 16-Jan-2002 |
stevesk <stevesk@openbsd.org> |
correct some commented defaults. add Ciphers default. ok markus@
|