all repos — dotfiles @ 4d217414127f7d4ff4256682a1087d86d68871bd

my *nix dotfiles

ssh: Remove dead hosts

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 23 Dec 2019 10:54:24 +0530
commit

4d217414127f7d4ff4256682a1087d86d68871bd

parent

0e5edf1bf7997eb26c9756e09b3423f0aa41e6c6

1 files changed, 0 insertions(+), 28 deletions(-)

jump to
M ssh/configssh/config

@@ -7,37 +7,9 @@ Hostname ssh.github.com

Port 443 IdentityFile ~/.ssh/github -Host gitlab.com - Hostname altssh.gitlab.com - User icyphox - Port 443 - PreferredAuthentications publickey - IdentityFile ~/.ssh/gitlab - -Host webarch - Hostname 13.127.51.16 - User ubuntu - IdentityFile ~/.ssh/webarch-aws.pem - -Host boop - User icy - Port 443 - Hostname boop.ph0x.me - IdentityFile ~/.ssh/id_rsa - -Host milan - Hostname 35.154.128.132 - User ubuntu - IdentityFile ~/.ssh/id_rsa - Host emerald Hostname 139.59.93.193 User nerdypepper IdentityFile ~/.ssh/id_rsa Port 443 -Host atlantis - User ubuntu - Hostname 13.127.190.17 - IdentityFile ~/.ssh/atlantis.pem -