mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-08-03 05:45:20 -04:00
randomness
This commit is contained in:
+8
-23
@@ -17,8 +17,6 @@ Host *
|
||||
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
|
||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
|
||||
# PasswordAuthentication no
|
||||
PubkeyAuthentication yes
|
||||
SendEnv LANG
|
||||
ServerAliveCountMax 3
|
||||
ServerAliveInterval 120
|
||||
@@ -29,31 +27,30 @@ Host *
|
||||
AddKeysToAgent yes
|
||||
UseKeychain yes
|
||||
PreferredAuthentications publickey
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentityFile ~/.ssh/id_rsa
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
Host tufts
|
||||
HostName linux.eecs.tufts.edu
|
||||
User jjarvi01
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host code
|
||||
Host mastodon
|
||||
# tailscale IP:
|
||||
HostName 100.76.96.117
|
||||
HostName 100.85.213.20
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host gitea
|
||||
# tailscale IP:
|
||||
HostName 100.75.40.17
|
||||
User root
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host tor
|
||||
# tailscale IP:
|
||||
HostName 100.118.144.19
|
||||
User root
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host y2k
|
||||
@@ -61,45 +58,33 @@ Host y2k
|
||||
HostName 100.79.167.105
|
||||
Port 32422
|
||||
User root
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host nas
|
||||
# home net:
|
||||
HostName 192.168.20.11
|
||||
User jake
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host seed
|
||||
# home net:
|
||||
HostName 192.168.20.12
|
||||
User jake
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host argo
|
||||
# home net:
|
||||
HostName 192.168.20.13
|
||||
User jake
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host github.com
|
||||
HostName github.com
|
||||
User git
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
|
||||
Host hashbang
|
||||
HostName de1.hashbang.sh
|
||||
User jakej
|
||||
#IdentityFile ~/.ssh/id_rsa
|
||||
#IdentitiesOnly yes
|
||||
|
||||
Host *.ssh.wpengine.net
|
||||
IdentityFile ~/.ssh/wpe_devkit
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeuNlSZmqygM4XN7++pmfrNUsFzAjlxaYHoO/JXVdT5 jake@jarv.is
|
||||
@@ -1 +0,0 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYZ5gJTqUnJkkcZ2UQFRpQ8bAjhf//MN+wjT177ByUHz1wcvw3mRrI3PDE9HCpbBlrqSZ46Y2lKktnTJ2Gl8f1XHbBYN2UbeLscprxeFZ/0M508LoJSjTs2Ao8B0x0VH9KxnKKDWzz2BrrkJ670ZWeV5D4WHaIrk/zvbnUeUnkQIJ303FQlHFXwk2/IgkscSM80W/qssW3nQAf+FgHhBc1nbFIP6y/Xz21pKQ3+Uh6eZcUGs4a9Rw/EfB3z41qB83BZKU2BxSTdet4xlEO0xfHRe5q7LLc3VsGcIwhHTZTtAW24UJvgNp5fqCQeJPlkhDy6F/WOag+EXsQq7R7MOEp jakejarvis@gmail.com
|
||||
Reference in New Issue
Block a user