ssh-copy-id script
When I use Tools > Install Public Key into Server command, I notice it checks to see if the key already exists. Do you download
Thanks,
Henry
authorized_keys
and check it locally, or call grep
on the remote server? I wanted to add a new key to a list of servers, and did it using put -append
, but that doesn't check if the key is already on that server. I didn't see a way to get the result code from a call, other than creating some type of flag.
Thanks,
Henry