summaryrefslogtreecommitdiff
path: root/ssh/config-pers
blob: c8cc93aa39f2adb9d86f3bd4667ce85f52beb1e1 (plain)
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
# SSH client configuration for my personal use.

# My remote backup server.
Host pergamum
    Hostname pergamum.geah.org
    User liw-e4
    IdentityFile ~/.ssh/pergamum.key

# Random individucal hosts. These are not tested by Subplot.

Host liwphone
    Hostname 10.0.0.161
    Port 2222
    User me

Host raspi
    User pi
    Hostname raspberrypi
    PasswordAuthentication yes

Host *vm.liw.fi
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no

Host effi.branchable.com
    User b-effi
    IdentityFile ~/.ssh/keypairs/id_rsa

Host git.dns-api.com
    SendEnv !LC_* !LANG

Host remy
    User root
    Hostname 10.0.0.79

Host 195.* *.vm.liw.fi v-i x220 toy
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no