all repos — dotfiles @ 1f6c662e71faca72ab3a11798d219d252716390e

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
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 lmmdev
    HostName lmmvm
    user prithugoswami524
    IdentityFile ~/.ssh/id_rsa
Host lmmprod
    HostName lmmaws
    user lmm_dev
    IdentityFile ~/.ssh/id_rsa