summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2017-12-08 08:51:17 -0800
committerMike Crute <mike@crute.us>2017-12-08 08:51:17 -0800
commit83c290dbacff6fe95c59be4138e5602c58e8bdeb (patch)
treea9a79e58007b83f17e7dbfec0c8666ad814896d9 /.ssh
parent9d5473060511d5d374b38d902efbc625ea0e2271 (diff)
downloaddotfiles-83c290dbacff6fe95c59be4138e5602c58e8bdeb.tar.bz2
dotfiles-83c290dbacff6fe95c59be4138e5602c58e8bdeb.tar.xz
dotfiles-83c290dbacff6fe95c59be4138e5602c58e8bdeb.zip
Add ssh config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/htun8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ssh/htun b/.ssh/htun
new file mode 100644
index 0000000..2a75e79
--- /dev/null
+++ b/.ssh/htun
@@ -0,0 +1,8 @@
1# vim:set ft=sshconfig:
2
3GSSAPIAuthentication no
4UseRoaming no
5User mcrute
6IdentityAgent none
7IdentityFile ~/.ssh/id_ed25519.home
8ProxyCommand nc -x localhost:9999 %h %p