ssh server cipher set

nano /etc/ssh/sshd_config
##########################
# Server sshd_config file

Ciphers aes256-gcm@openssh.com,aes256-ctr

nano ~/.ssh/config
#########################
# Client ssh config file

Host remote-server
    Ciphers aes256-gcm@openssh.com,aes256-ctr
What Takes Precedence?