all repos — dotfiles @ 884ec49089b8e1555738d4679a7a46365b4fa79a

linux dotfiles

config/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
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
Host glix
    HostName glix
    User prithu
    IdentityFile ~/.ssh/glix_rsa
    SetEnv TERM=xterm-color
Host inty
    HostName inty
    user ubuntu
    IdentityFile ~/.ssh/id_rsa
Host reed
    HostName reed
    user ubuntu
    IdentityFile ~/.ssh/id_rsa
Host rpi
    HostName rpi
    Port 24599
    user prithu
    IdentityFile ~/.ssh/id_rsa
Host rpi-wg
    HostName rpi-wg
    Port 24599
    user prithu
    IdentityFile ~/.ssh/id_rsa
Host lmmdev
    HostName lmmvm
    user prithugoswami524
    IdentityFile ~/.ssh/id_rsa
Host lmmprod
    HostName lmmaws
    user lmm_dev
    IdentityFile ~/.ssh/id_rsa
Host mine
    HostName mine
    user admin
    IdentityFile ~/.ssh/mine.pem
Host tide
    HostName tide
    User prithu
    IdentityFile ~/.ssh/id_rsa