diff options
author | June McEnroe <june@causal.agency> | 2016-01-06 10:32:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-01-06 10:32:23 -0500 |
commit | 56c2467efd7ea6fab7d190fc20fc584669d8c70f (patch) | |
tree | eafa6d934b733187f161cad9504bebecc2a4efd4 | |
parent | Ignore directory .swp files (diff) | |
download | src-56c2467efd7ea6fab7d190fc20fc584669d8c70f.tar.gz src-56c2467efd7ea6fab7d190fc20fc584669d8c70f.zip |
Hash SSH known hosts
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 45d5f57a..8ddf84f8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,6 @@ +Host * + HashKnownHosts yes + Host march HostName march.nyc3.do.cmcenroe.me |