Create an SSH key pair with the following command:
Add your newly generated Ed25519 key to an SSH agent:
Copy the public key to Rackham or other server.
Connect
id_ed25519_key.pub
to $HOME/.ssh/authorized_keys
. You can not use the same command ssh-copy
as in the case for Rackham i.e. you have to manually bring the key on Bianca.-vv
Look for the important lineβ¦
Here as a neat way to get persistent key-manger in WSL2 - credits: original source.
Replace XXXX
with the output of hostname
command on the command line.
Remove -q
to get some information if you want
First time you login, you will be asked for the password and the key wil be handled by the key-manager. Check with
In MobaXterm
you can use the internal MobAgent
or/and the Peagent
from the PuTTy
tools.
Example $HOME/.ssh/config
file to make your work easier.
Now
UPPMAX
, ssh-key