blob: f15c293cafecbef0ccc2e50f5eb17ce6edb71b85 (
plain) (
blame)
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
|
Host *
UserKnownHostsFile ~/.ssh/known_hosts
Host minskio
User peter
Port 55012
IdentityFile ~/vault/docs/secure/ssh-key-2022-02-16.key
Hostname minskio.co.uk
Host htpc
User peter
Port 22
Hostname 192.168.1.6
Host nas
User peter
Port 22
IdentityFile ~/vault/docs/secure/ssh-key-2022-02-16.key
Hostname 192.168.1.3
Host ap
User root
port 22
HostKeyAlgorithms=+ssh-rsa
Hostname 192.168.1.2
Host aur.archlinux.org
IdentityFile ~/vault/docs/secure/aur
User aur
|