« Scaleway performance test » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 10 : Ligne 10 :
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P ""
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P ""
cat ~/.ssh/id_rsa.pub >> .ssh/authorized_keys
cat ~/.ssh/id_rsa.pub >> .ssh/authorized_keys
mkdir /root/tmp/
ciphers="aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com aes256-gcm@openssh.com chacha20-poly1305@openssh.com"
ciphers="aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com aes256-gcm@openssh.com chacha20-poly1305@openssh.com"
for cipher in $ciphers ; do
for cipher in $ciphers ; do
4 203

modifications

Menu de navigation