summaryrefslogtreecommitdiff
path: root/ssh/config-pers
blob: f03178d1bdcc59a20abe9b7bbd2c4c5df021d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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