You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to automate SSH key distribution over Napalm with this driver. If I get it right driver uploads the generated configuration to the switch over SCP and then executes copy home://merge_config.txt running-configuration .
The problem I encountered is that when I have this statement in the merge_config.txt file:
itchy# show file home merge_config.txt
username ansible sshkey "ssh-rsa xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx== [email protected]"
I can execute the copy and it succeeds but the key is not added into running configuration:
itchy# show version
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2020 by Dell Inc. All Rights Reserved.
OS Version: 10.5.1.3
Build Version: 10.5.1.3.190
Build Time: 2020-06-19T21:48:07+0000
System Type: S5248F-ON
Architecture: x86_64
Up Time: 1 day 11:28:12
I tried to automate SSH key distribution over Napalm with this driver. If I get it right driver uploads the generated configuration to the switch over SCP and then executes copy home://merge_config.txt running-configuration .
The problem I encountered is that when I have this statement in the
merge_config.txt
file:I can execute the copy and it succeeds but the key is not added into running configuration:
Is there any reason for not installing the key over copy file running-configuration? I guess this is a bug in OS10, right?
Is there any workaround to achieve SSH key installation into the config?
The text was updated successfully, but these errors were encountered: