Accessing Remote Computing Clusters using Open-SSH
General guidelines You basically have three entities you want to interlink and provide bidirectional access. Personal computer Remote computer Github or Gitlab a/c server A copy of all my ssh keys is stored in ~/Dropbox/ssh-access-keys/ Generate SSH Key Pair SSH public and private keys can be generated by: ssh-keygen -t ed25519 In the prompt for putting in the password, leave it blank and just press “Enter”, if ya don’t want to have a password-protected file....