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
aes256-ctr, but the client requests aes128-ctr, the client must use the server's allowed cipher.aes256-ctr,aes128-ctr and the client requests aes128-ctr first, then aes128-ctr will be used.