diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2018-04-11 21:00:23 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2018-12-30 12:27:23 -0600 |
commit | a408073182cde234b936b5e8d043054534ecda45 (patch) | |
tree | ce320aee2c4d7f245ea05ade6be49da8ee947ada /ssh | |
parent | daed42a7371b5f26d69826e52560804e23d48fb6 (diff) |
ssh: add config
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/.ssh/.gitignore | 3 | ||||
-rw-r--r-- | ssh/.ssh/config | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ssh/.ssh/.gitignore b/ssh/.ssh/.gitignore new file mode 100644 index 0000000..55872ff --- /dev/null +++ b/ssh/.ssh/.gitignore @@ -0,0 +1,3 @@ +* +!config +!.gitignore diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..f8c5265 --- /dev/null +++ b/ssh/.ssh/config @@ -0,0 +1 @@ +VisualHostKey=yes |