Skip to content

Commit

Permalink
ssh-clone-id
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Sep 29, 2023
1 parent 45486a9 commit e52caa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .local/bin/ssh-clone-id
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if [ -z "$1" ] || [ -z "$2" ]; then
cat << EOF
Clone ssh private and public keys to remote host.
Usage: ssh-clone [key] [remote]
Usage: ssh-clone-id [key] [remote]
Example: ssh-clone .ssh/id_ed25519 [email protected]
Example: ssh-clone-id .ssh/id_ed25519 [email protected]
EOF
exit 1
fi
Expand Down

0 comments on commit e52caa7

Please sign in to comment.