What is the most common symmetric encryption algorithm for encrypting data between two machines with SSH in 2018?
I have attempted to find this out but I generally come across outdated blogs.
I understand that it is most probably currently either AES (in its many forms aes-128, aes-256 etc...) or 3DES.
On one of my Ubuntu servers, I have also checked the ordering via:
man ssh_config
The ordering is AES with 3DES at the end.
Is it safe to assume it is AES or is there a better approach to finding this out?