User Tools

Site Tools


doc:appunti:linux:sa:debian_upgrade_11_12

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:appunti:linux:sa:debian_upgrade_11_12 [2024/03/25 15:52] – [Cacti da 1.2.16 a 1.2.24] niccolodoc:appunti:linux:sa:debian_upgrade_11_12 [2024/04/16 10:30] – [Accesso SSH a vecchie installazioni] niccolo
Line 238: Line 238:
  
 <file> <file>
-innodb = ON 
 max_heap_table_size = 256M max_heap_table_size = 256M
 tmp_table_size = 256M tmp_table_size = 256M
Line 311: Line 310:
 </code> </code>
  
-La soluzione è forzare il **KexAlgorithms** e/il **HostKeyAlgorithms**:+anche:
  
 <code> <code>
-ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss root@83.149.110.120+debug1: Next authentication method: publickey 
 +debug1: Offering public key: /home/niccolo/.ssh/id_rsa RSA SHA256:qMAoEgavZScS+6rSRz35t5d9bPzYc+eg11dFrmv+I1A 
 +debug1: send_pubkey_test: no mutual signature algorithm
 </code> </code>
 +
 +La soluzione è forzare uno o più dei seguenti parametri:
 +
 +  * **KexAlgorithms** 
 +  * **HostKeyAlgorithms**
 +  * **PubkeyAcceptedKeyTypes**
 +
 +<code>
 +ssh \
 +    -o KexAlgorithms=+diffie-hellman-group1-sha1 \
 +    -o HostKeyAlgorithms=+ssh-dss \
 +    -o PubkeyAcceptedKeyTypes=+ssh-rsa \
 +    root@83.149.110.120
 +</code>
 +
  
doc/appunti/linux/sa/debian_upgrade_11_12.txt · Last modified: 2024/04/16 10:30 by niccolo