Add SSH Keys
Look for SSH keys
ls -al ~/.sshCreate SSH key
ssh-keygen -t rsa -b 4096 -C "<AAU FULL EMAIL>"Upload the key
ssh-copy-id ml_workstationssh ml_workstationLast updated
Was this helpful?
ls -al ~/.sshssh-keygen -t rsa -b 4096 -C "<AAU FULL EMAIL>"ssh-copy-id ml_workstationssh ml_workstationLast updated
Was this helpful?
Was this helpful?