ssh-copy-id-for-OSX icon indicating copy to clipboard operation
ssh-copy-id-for-OSX copied to clipboard

Quick Mac OSX port of the useful unix utility ssh-copy-id

Results 2 ssh-copy-id-for-OSX issues
Sort by recently updated
recently updated
newest added

added -p for port option and added ability to have no space after -i ``` #!/bin/sh # Shell script to install your public key on a remote machine # Takes...

After getting the script working and posting the findings in #5, I ran the script again on a different server (one I had never connected to, and so I had...