# ssh client - Devuan chimaera
#
[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,\
		aes256-gcm@openssh.com,aes128-gcm@openssh.com,\
		aes256-ctr,aes192-ctr,aes128-ctr
