added SSH #3
3 changed files with 257 additions and 0 deletions
1
ssh/.config/ssh/allowed_signers
Normal file
1
ssh/.config/ssh/allowed_signers
Normal file
|
|
@ -0,0 +1 @@
|
|||
the7772howaboutyou@protonmail.com namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKQ5H8l8Aevqf1wdAe2E2UiBvUXf/UO1A1zaD6buG4+o openpgp:0x340C78B5
|
||||
1
ssh/.config/ssh/authorized_keys
Normal file
1
ssh/.config/ssh/authorized_keys
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDFkHrtlw3fhL2pPTSiH68IluTjeIazVa/11Mg1LoChM alister@rioluroom.com
|
||||
255
ssh/.config/ssh/config
Normal file
255
ssh/.config/ssh/config
Normal file
|
|
@ -0,0 +1,255 @@
|
|||
Host vpn-access
|
||||
HostName 107.189.4.97
|
||||
User moo
|
||||
Port 441
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host mine
|
||||
HostName 192.168.0.157
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/websitesmaster/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host desi
|
||||
HostName 100.64.0.3
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host desi-root
|
||||
HostName 192.168.0.109
|
||||
User athena
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host convertlaptop-*
|
||||
HostName 192.168.0.204
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux new-session -A -s ${%n}
|
||||
|
||||
Host laptop-sync
|
||||
HostName 192.168.0.208
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host convertserver-*
|
||||
HostName 192.168.0.165
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux new-session -A -s ${%n}
|
||||
|
||||
Host websitesync
|
||||
HostName 192.168.0.138
|
||||
User syncy
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/websitesmaster/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host websitemaster
|
||||
HostName 192.168.0.138
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-first-moo-full
|
||||
HostName 102.223.180.41
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/rev-proxy-first/pass/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-first-moo-gpg
|
||||
HostName 102.223.180.41
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-two-gpg
|
||||
HostName 184.174.96.157
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-two-sync
|
||||
HostName 135.148.76.69
|
||||
User syncy
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/rev-proxy-first/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-first-sync
|
||||
HostName 102.223.180.41
|
||||
User syncy
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/rev-proxy-first/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-second-moo-gpg
|
||||
HostName 161.35.111.10
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-second-sync
|
||||
HostName 161.35.111.10
|
||||
User syncy
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/rev-proxy-second/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-third-root
|
||||
HostName 198.98.62.236
|
||||
User moo
|
||||
Port 22
|
||||
#IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
#IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-third-moo-gpg
|
||||
HostName 198.98.62.236
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host rev-proxy-third-sync
|
||||
HostName 198.98.62.236
|
||||
User syncy
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/rev-proxy-first/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host cdnsync
|
||||
HostName vids.rioluroom.com
|
||||
User cdn
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/cdn/main/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host cdnfull
|
||||
HostName vids.rioluroom.com
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/cdn/pass/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host cdn-gpg
|
||||
HostName vids.rioluroom.com
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host cdn-gpg-tail
|
||||
HostName 100.64.0.5
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host cdnipv6
|
||||
HostName 2605:6400:20:1ff8::1
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/cdn/pass/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host gitty2up
|
||||
HostName 135.148.76.69
|
||||
User git
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
#IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host kakiup
|
||||
HostName git.kaki87.net
|
||||
User kaki
|
||||
Port 3021
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
#IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host gittyup
|
||||
HostName git.jester-designs.com
|
||||
User git
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
#IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host testyyup
|
||||
HostName localhost
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
#IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host kiwiup
|
||||
HostName git.kiwifarms.net
|
||||
User git
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
#backup.local
|
||||
Host backup.local
|
||||
HostName 192.168.0.100
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
#docker.local
|
||||
Host docker.local
|
||||
HostName 192.168.0.253
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
#web.local
|
||||
Host web.local
|
||||
HostName 192.168.0.132
|
||||
User moo
|
||||
Port 56
|
||||
IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
#web.local
|
||||
Host riolutv.local
|
||||
HostName 192.168.0.179
|
||||
User moo
|
||||
Port 22
|
||||
IdentityFile ~/.config/ssh/old/id_ed25519
|
||||
IdentitiesOnly yes # see NOTES below
|
||||
|
||||
Host tutorial.local-gpg
|
||||
HostName 192.168.122.75
|
||||
User moo
|
||||
Port 443
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host tutorial.local
|
||||
HostName 192.168.122.75
|
||||
User moo
|
||||
IdentityFile ~/.config/ssh/gpg/the7772/id_ed25519.pub
|
||||
IdentitiesOnly yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue