diff options
author | 2018-04-05 22:54:28 +0000 | |
---|---|---|
committer | 2018-04-05 22:54:28 +0000 | |
commit | deea1a041e5b0a522ed67fdf3b8cbe0592068742 (patch) | |
tree | 83311b1f73593c954a755cd7c88f26071ad19c24 | |
parent | Stop documenting the non-portable .R man(7) macro. Neither groff (diff) | |
download | wireguard-openbsd-deea1a041e5b0a522ed67fdf3b8cbe0592068742.tar.xz wireguard-openbsd-deea1a041e5b0a522ed67fdf3b8cbe0592068742.zip |
We don't offer CBC cipher by default any more. Spotted by Renaud
Allard (via otto@)
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 010bca4798e..75a21b595e2 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.269 2018/04/04 15:12:17 job Exp $ -.Dd $Mdocdate: April 4 2018 $ +.\" $OpenBSD: ssh_config.5,v 1.270 2018/04/05 22:54:28 djm Exp $ +.Dd $Mdocdate: April 5 2018 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -425,8 +425,7 @@ The default is: .Bd -literal -offset indent chacha20-poly1305@openssh.com, aes128-ctr,aes192-ctr,aes256-ctr, -aes128-gcm@openssh.com,aes256-gcm@openssh.com, -aes128-cbc,aes192-cbc,aes256-cbc +aes128-gcm@openssh.com,aes256-gcm@openssh.com .Ed .Pp The list of available ciphers may also be obtained using |