ktbyers / netmiko_tools

Command line tools built on Netmiko to simplify information gathering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable To Escape Password Special Characters in .netmiko.yml

brickzva opened this issue · comments

Problem escaping special characters used in passwords in .netmiko.yml. Only work around found is to change password.

Dictionaries are devices

home-881:
device_type: cisco_ios
ip: 192.168.1.2
username: admin
password: #e43n1! << original and with "" fails
port: 22

Non-issue... 5 minutes more of research on yaml would have shown wrapping in quotes solves issue.