# Manage the ~/.ssh/config file | # Manage the ~/.ssh/config file | ||||
ssh_known_hosts: | ssh_known_hosts: | ||||
importanthost: | importanthost: | ||||
port: 22 | |||||
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 | fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 | ||||
key: PUBLICKEY | |||||
enc: ssh-rsa | |||||
hash_known_hosts: True | |||||
timeout: 5 | |||||
fingerprint_hash_type: sha256 | |||||
ssh_known_hosts.absent: | ssh_known_hosts.absent: | ||||
- notimportanthost | - notimportanthost | ||||
ssh_config: | ssh_config: |