To copy ssh keys using ssh-copy-id off of FreeNAS an ssh-agent needs to be started . On FreeNAS run.
ssh-copy-id
ssh-agent
sh eval `ssh-agent -s`
Then send any keys to a remote server.
ssh-copy-id <user>@<ip address>
Last updated 1 year ago