Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Lachy
4 years agoOccasional Contributor
ssh-copy-id functionality
Without the private key files in ~/.ssh/ , it's less convenient to use ssh-copy-id to put public keys onto servers. It would be useful if 1Password provided an easy solution for this, perhaps UI b...
Former Member
3 years agoHi,
these paths with spaces are a little tricky. Maybe the socket should be created in a more common location.
Nevertheless
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
worked for ssh-add.
And ssh-copy-id also seems to accept this:
➜ ~ ssh-copy-id user@host
/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: 3 key(s) remain to be installed -- if you are prompted now it is to install the new keys