copy rsa key into remote machine #2446
reddyarun474
started this conversation in
General
Replies: 1 comment 1 reply
-
You should be able to execute Linux commands using the Netmiko Note, for Linux automation such as this there are much better tools available than Netmiko (i.e. there are server automation tools that are better suited to these types of operations). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Is there a way to copy id_rsa.pub to remote server.
I saw there is a command to do it and below is the command to do it using ssh
ssh-copy-id -i /root/.ssh/id_rsa.pub [email protected]
Similarly any API in netmiko to perform it.
Beta Was this translation helpful? Give feedback.
All reactions