]> git.somenet.org - root/pub/somesible.git/blob - roles/base/create-users/files/default/ssh_config
[roles/base/create-users] create or update user accounts
[root/pub/somesible.git] / roles / base / create-users / files / default / ssh_config
1 #
2 #########################################################
3 ### Provisioned ONCE by someone's ansible provisioner ###
4 #########################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 Include ~/.ssh/config.local
10
11 Host localhost l
12     Port 2
13     IdentityFile ~/.ssh/id_localhost
14
15 Host *.somenet.org
16     Port 2
17     IdentityFile ~/.ssh/id_somenet
18
19 ############
20 # DEFAULTS #
21 ############
22 Host *
23     ExitOnForwardFailure yes
24     Compression yes
25     HashKnownHosts no
26     ServerAliveInterval 300
27     StrictHostKeyChecking no
28     VisualHostKey no
29     # try host/username or host.default
30     IdentityFile ~/.ssh/id/%h._%r
31     IdentityFile ~/.ssh/id/%h.default
32     # on root, we also try this
33     IdentityFile ~/.ssh/id_ed25519