# ssh client - Devuan 6 (excalibur)
#
[ssh]
  # chacha20 is fast ad reliable
  #
  # AES ciphers moved to last choice, due Bad packet len errors
  #
  # arcfour and blowfish has been removed in chimaera (devuan 5)
  #
  ciphers \
	chacha20-poly1305@openssh.com,\
	3des-cbc,\
	aes128-cbc,\
	aes192-cbc,\
	aes256-cbc,\
	aes128-ctr,\
	aes192-ctr,\
	aes256-ctr,\
	aes128-gcm@openssh.com,\
	aes256-gcm@openssh.com
