« SSH ciphers speed comparison » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 17 : Ligne 17 :
ssh-keygen
ssh-keygen
cat .ssh/id_rsa.pub > .ssh/authorized_keys
cat .ssh/id_rsa.pub > .ssh/authorized_keys
</pre>
=Ciphers=
see man sshd_config
<pre>
Supported ciphers:
                  3des-cbc
                  aes128-cbc
                  aes192-cbc
                  aes256-cbc
                  aes128-ctr
                  aes192-ctr
                  aes256-ctr
                  aes128-gcm@openssh.com
                  aes256-gcm@openssh.com
                  arcfour
                  arcfour128
                  arcfour256
                  blowfish-cbc
                  cast128-cbc
                  chacha20-poly1305@openssh.com
</pre>
<pre>
default ciphers for sshd:
                  aes128-ctr,aes192-ctr,aes256-ctr,
                  aes128-gcm@openssh.com,aes256-gcm@openssh.com,
                  chacha20-poly1305@openssh.com
</pre>
</pre>


4 203

modifications

Menu de navigation