idrac add ssh key code example
Example 1: checking for existing ssh keys
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Example 2: how to copy ssh key
ssh-copy-id -i ~/.ssh/mykey user@host
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
ssh-copy-id -i ~/.ssh/mykey user@host