all repos — dotfiles @ 9f75d2d58fd38724d41485cf8f17fb6a84fac143

my *nix dotfiles

feat(ssh): add gitlab configs

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Mon, 15 Oct 2018 14:45:15 +0530
commit

9f75d2d58fd38724d41485cf8f17fb6a84fac143

parent

a20e58da6bcb7e7f77aae7f0d99db9e3b9bd2cb2

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

jump to
M ssh/configssh/config

@@ -7,6 +7,13 @@ 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