Add example_key.yml

This commit is contained in:
Saige Bowerman 2024-07-03 00:13:54 -05:00
parent 66894c5a4a
commit d64554ab18
1 changed files with 9 additions and 0 deletions

9
example_key.yml Normal file
View File

@ -0,0 +1,9 @@
# GENERATED BY bSSH AUTO-CONF
host: example.com
port: 22
username: example_key
auth: key
key: |
-----BEGIN OPENSSH PRIVATE KEY-----
...
-----END OPENSSH PRIVATE KEY-----