Difference between revisions of "Troubleshoot TrueNAS (ex FreeNAS)"
From DevOps Notebook
(Created page with "=== External connections fails after upgrading to TrueNAS 13 with no hostkey alg === Some may have experienced ssh to TrueNAS 13 fails after upgrade with error : <pre> $ ssh x...") |
|||
Line 5: | Line 5: | ||
no hostkey alg | no hostkey alg | ||
</pre> | </pre> | ||
− | |||
Solution is to add these 2 parameters in ''Auxilary Options'' from SSH ''other options'': | Solution is to add these 2 parameters in ''Auxilary Options'' from SSH ''other options'': | ||
<pre> | <pre> |
Latest revision as of 19:39, 20 January 2023
External connections fails after upgrading to TrueNAS 13 with no hostkey alg
Some may have experienced ssh to TrueNAS 13 fails after upgrade with error :
$ ssh xxxxx@yyyyy no hostkey alg
Solution is to add these 2 parameters in Auxilary Options from SSH other options:
PubkeyAcceptedAlgorithms +ssh-rsa HostKeyAlgorithms +ssh-rsa