mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
upstream: We don't offer CBC cipher by default any more. Spotted by
Renaud Allard (via otto@) OpenBSD-Commit-ID: a559b1eef741557dd959ae378b665a2977d92dca
This commit is contained in:
parent
5ee8448ad7
commit
00c5222ddc
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.270 2018/04/05 22:54:28 djm Exp $
|
||||||
.Dd $Mdocdate: April 4 2018 $
|
.Dd $Mdocdate: April 5 2018 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -425,8 +425,7 @@ The default is:
|
|||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
chacha20-poly1305@openssh.com,
|
chacha20-poly1305@openssh.com,
|
||||||
aes128-ctr,aes192-ctr,aes256-ctr,
|
aes128-ctr,aes192-ctr,aes256-ctr,
|
||||||
aes128-gcm@openssh.com,aes256-gcm@openssh.com,
|
aes128-gcm@openssh.com,aes256-gcm@openssh.com
|
||||||
aes128-cbc,aes192-cbc,aes256-cbc
|
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The list of available ciphers may also be obtained using
|
The list of available ciphers may also be obtained using
|
||||||
|
Loading…
Reference in New Issue
Block a user