all repos — dotfiles @ 55f6b95ba756b0507bfd08835d2c2624d6d1cd91

my *nix dotfiles

ssh/.ssh/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
Host *
	ServerAliveInterval 20
	ServerAliveCountMax 2

Host github.com
  IdentityFile ~/.ssh/github
  Hostname ssh.github.com
  Port 443

Host gitlab.com
  IdentityFile ~/.ssh/github
  Hostname altssh.gitlab.com
  User git
  PreferredAuthentications publickey
  Port 443	
 
Host droplet
  IdentityFile ~/.ssh/id_rsa
  Hostname 139.59.95.34
  User root
  Port 443  

Host rishav
  IdentityFile ~/.ssh/github
  Hostname 139.59.17.10
  User fox
  Port 443