summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-06-03 20:00:15 -0700
committerMike Crute <mike@crute.us>2015-06-03 20:00:15 -0700
commit11e080603bf7c4134c94ebf121282dad3eef4c5f (patch)
tree8a39ca6af6eb1b2f6402de43cb3d1f10024068fe /.ssh
parenta60ed15aa729c3b6b54bf223a37634f59063dc06 (diff)
downloaddotfiles-11e080603bf7c4134c94ebf121282dad3eef4c5f.tar.bz2
dotfiles-11e080603bf7c4134c94ebf121282dad3eef4c5f.tar.xz
dotfiles-11e080603bf7c4134c94ebf121282dad3eef4c5f.zip
Update from home laptop
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config13
-rw-r--r--.ssh/id_dsa.softgroup.pub1
-rw-r--r--.ssh/id_rsa.sf.pub1
3 files changed, 13 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config
index 2c86fec..5db255a 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -6,3 +6,16 @@ Host *.crute.me
6 ForwardAgent yes 6 ForwardAgent yes
7 DynamicForward 9999 7 DynamicForward 9999
8 RemoteForward 1424 localhost:1424 8 RemoteForward 1424 localhost:1424
9
10 # KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
11 # HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-ed25519,ssh-rsa
12 # Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
13 # MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
14
15Host snoopy
16 User mcrute
17 ForwardAgent yes
18 RemoteForward 1424 localhost:1424
19 KexAlgorithms diffie-hellman-group-exchange-sha256
20 Ciphers aes256-ctr,aes192-ctr,aes128-ctr
21 MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
diff --git a/.ssh/id_dsa.softgroup.pub b/.ssh/id_dsa.softgroup.pub
deleted file mode 100644
index b445b15..0000000
--- a/.ssh/id_dsa.softgroup.pub
+++ /dev/null
@@ -1 +0,0 @@
1ssh-dss AAAAB3NzaC1kc3MAAAEBAIpzQzci2D1f26OOCiZFMv6eAz1iMT9pj87RAxm98xr89a2acxb0UW+rqSfPLYI5JJV7jmZECK71v71ShCuSsqmFGbWKuMZujaDjsx3ww6fp4HzX3pggvrTX1N/qnIV9DOtS98f+LGN2iNBn4pifqeFuZvIlqWLU2yQ6FfRavTMaBHh+EX0hye15kX6OPpuAzBnnRxeLPPbtaUxmPwzmbsc7aLmkvrH816EmojBK0dbWc1CW72HtXwidd6ukWkffFFR0uh1mjCZBcGLDr7giiXliOpLmXXQqsKHMcHHaa5zl7i3C+I4jIDUiR3t2/OORjPo8eOQsJ8wXkWe85RhFLosAAAAVALzFiXLcLLONxYr166VKZyIiOr0xAAABACRWRbvJC3PL3S4MObucQefLReH9IOyZ75fIwmCHsdylv3QORbY3gLh3sLXUD1BrGJr9rGxFleSkf/FTRHveGuZEGHoGJ5aQpv4FajpcTtqpJHAiPH7MNjnpQltl26XjxPlg9ua07zreHQXLNACrH9A/F/YYYY2T01goMKwK7gS4Qmpf3FO6wsSgq35Y2a1nCaYYxj9bDyTBKdtI5xgcsu7cnW4ZVCA+OXnHTDfPLLvAc/A9GchPcbwnW3O8pCp1oUyf1se3f9JdsPATBNdxHzJjjlvMOqpZTIo+XMVtwoxr9GYrNUoyW6I2BCWoIVLnsz/YO4yUytL3opqHnFNd8ogAAAEAUGgrFD2DW7yHCVjEKB0XTwIM00NOfyyxRUYgIINUMvfoHmy5y0wMTriz7NLpF4svMA8WJj/uVo7Eq/QNc8cVxG1o6p+LeLqpTgmbQC4aF45wPaHieuY5/CZp+87coLCvaAV2tTIHB4hHbH4JTVIKiUYh76EfF+TUjbmgA18hnTj4MDGEKyrmFry/YnsWenhnnchIqlX+2anAmodqQPkB2rVqjc8A9WkqJOWzCpE4KgJS429IG25NYaqd+SrW1tR3tehtIiH9xRAYhJvoQ3wAablNnu5xwoH3A+9zmVwfO8zxWnI1o0mIbp/9WBjnhEth2Qv3Wea1GM1hHo9KvduyFA== SoftGroup SSH Key \ No newline at end of file
diff --git a/.ssh/id_rsa.sf.pub b/.ssh/id_rsa.sf.pub
deleted file mode 100644
index 9bb6683..0000000
--- a/.ssh/id_rsa.sf.pub
+++ /dev/null
@@ -1 +0,0 @@
1ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2Wwrt3Jx0764wnfrNKoaR/ia4kBupCFTva9SmWd1UzMLJ36X3Nkvd/+VOHEnGd6PaHDX+cus2CTYGOjGCWFOqFDd8/Sx3VctWXyb5fAcbl0ChcB4wmtRb05c+0DI38dDar95wtXt0b65evkE8NmDYvunDfvdF0TX2Re5rhD5VDySh3uLlhyrPQf5T4UVezCtwh/dbpKifaHCuHGHGgfZwpXFuDFmwTnU7YGfxB0kRncvqNZHHkKE1sgn12a7n1qgmatQDUcMJO1XrtXd40F4glC0kWxWVmTIllJaadxpbhaiIVAgE1zqmH21RtI6vYOF+IaPNDpB5BK4qLOXKrck0w== mcrute@gmail.com