<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/usr.bin/ssh/ssh_config, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/ssh/ssh_config?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/ssh/ssh_config?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-02-04T02:39:42Z</updated>
<entry>
<title>Remove obsolete "Protocol" from commented out examples.</title>
<updated>2019-02-04T02:39:42Z</updated>
<author>
<name>dtucker</name>
<email>dtucker@openbsd.org</email>
</author>
<published>2019-02-04T02:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=475e40bbad895c5414f8bba3bf18714cf685b623'/>
<id>urn:sha1:475e40bbad895c5414f8bba3bf18714cf685b623</id>
<content type='text'>
Patch from samy.mahmoudi at gmail com.
</content>
</entry>
<entry>
<title>As promised in last release announcement: remove support for</title>
<updated>2017-05-07T23:12:57Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-05-07T23:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d6dbd75998ea83ed9dfce109248b48ce61d15178'/>
<id>urn:sha1:d6dbd75998ea83ed9dfce109248b48ce61d15178</id>
<content type='text'>
Blowfish, RC4 and CAST ciphers. ok markus@ deraadt@
</content>
</entry>
<entry>
<title>more protocol 1 bits removed; ok djm</title>
<updated>2017-05-03T10:01:44Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2017-05-03T10:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c3ab669020503c2a57882a85f58ee3c8b2ca9dea'/>
<id>urn:sha1:c3ab669020503c2a57882a85f58ee3c8b2ca9dea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove SSHv1 configuration options and man pages bits</title>
<updated>2017-04-30T23:18:22Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-04-30T23:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7a80cfe2ef89db013fb4deb6d1609706a3a3da7a'/>
<id>urn:sha1:7a80cfe2ef89db013fb4deb6d1609706a3a3da7a</id>
<content type='text'>
ok markus@
</content>
</entry>
<entry>
<title>set ssh(1) protocol version to 2 only.</title>
<updated>2016-02-20T23:06:23Z</updated>
<author>
<name>sobrado</name>
<email>sobrado@openbsd.org</email>
</author>
<published>2016-02-20T23:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c7ad203799f2cdaa4231e13155d22fe4ac2a4ec0'/>
<id>urn:sha1:c7ad203799f2cdaa4231e13155d22fe4ac2a4ec0</id>
<content type='text'>
ok djm@
</content>
</entry>
<entry>
<title>add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.</title>
<updated>2016-02-20T23:02:39Z</updated>
<author>
<name>sobrado</name>
<email>sobrado@openbsd.org</email>
</author>
<published>2016-02-20T23:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7e9c7a8265b99685bb6724cd2e4ce6dd63f46dd5'/>
<id>urn:sha1:7e9c7a8265b99685bb6724cd2e4ce6dd63f46dd5</id>
<content type='text'>
ok djm@
</content>
</entry>
<entry>
<title>Remove gssapi config parts from ssh_config, as was already done for sshd_config.</title>
<updated>2013-09-16T11:35:43Z</updated>
<author>
<name>sthen</name>
<email>sthen@openbsd.org</email>
</author>
<published>2013-09-16T11:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=eab63bd9f5dff538beba814403e9544fefac67d7'/>
<id>urn:sha1:eab63bd9f5dff538beba814403e9544fefac67d7</id>
<content type='text'>
Req by/ok ajacoutot@
</content>
</entry>
<entry>
<title>Add an optional second argument to RekeyLimit in the client to allow</title>
<updated>2013-05-16T02:00:34Z</updated>
<author>
<name>dtucker</name>
<email>dtucker@openbsd.org</email>
</author>
<published>2013-05-16T02:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=522a5c1990c0686421cb9a861b37cf17fa9dcf3d'/>
<id>urn:sha1:522a5c1990c0686421cb9a861b37cf17fa9dcf3d</id>
<content type='text'>
rekeying based on elapsed time in addition to amount of traffic.
with djm@ jmc@, ok djm
</content>
</entry>
<entry>
<title>Add a 'netcat mode' (ssh -W).  This connects stdio on the client to a single</title>
<updated>2010-01-11T01:39:46Z</updated>
<author>
<name>dtucker</name>
<email>dtucker@openbsd.org</email>
</author>
<published>2010-01-11T01:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b9a19dae903bc43f7bde2a8186189d3c093d654e'/>
<id>urn:sha1:b9a19dae903bc43f7bde2a8186189d3c093d654e</id>
<content type='text'>
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@
</content>
</entry>
<entry>
<title>sync with revised default ciphers; pointed out by dkrause@</title>
<updated>2009-02-17T01:28:32Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2009-02-17T01:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=108f175907865f22a770b8561bfb5a05b9678d44'/>
<id>urn:sha1:108f175907865f22a770b8561bfb5a05b9678d44</id>
<content type='text'>
</content>
</entry>
</feed>
