ssh-copy-id username__at__server.ca doesn't work
Budget: $30 – $250 CAD
┌─╼ [~/Downloads]
└────╼ ssh-copy-id username__at__server.ca
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 4 key(s) remain to be installed -- if you are prompted now it is to install the new keys
username__at__server.ca's password:
Could not chdir to home directory /gel/usr/username: No such file or directory
sh: line 0: cd: /gel/usr/username: No such file or directory
mkdir: cannot create directory ‘.ssh’: Permission denied
I don't know why I am getting this error because some of my colleague succeeded to run the command. So far each time I use `ssh <HOSTNAME>` I need to enter a password. I would like to fix that issue, but I am not sure how to do it. Can you help with that?
Be aware that __at__ means @
└────╼ ssh-copy-id username__at__server.ca
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 4 key(s) remain to be installed -- if you are prompted now it is to install the new keys
username__at__server.ca's password:
Could not chdir to home directory /gel/usr/username: No such file or directory
sh: line 0: cd: /gel/usr/username: No such file or directory
mkdir: cannot create directory ‘.ssh’: Permission denied
I don't know why I am getting this error because some of my colleague succeeded to run the command. So far each time I use `ssh <HOSTNAME>` I need to enter a password. I would like to fix that issue, but I am not sure how to do it. Can you help with that?
Be aware that __at__ means @