mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-23 05:49:55 +00:00
Add private_dot_ssh/config.tmpl
This commit is contained in:
parent
1a200f6117
commit
159ae1f4aa
1 changed files with 32 additions and 0 deletions
32
private_dot_ssh/config.tmpl
Normal file
32
private_dot_ssh/config.tmpl
Normal file
|
@ -0,0 +1,32 @@
|
|||
Host *
|
||||
IdentitiesOnly yes
|
||||
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519.pub{{ end }}
|
||||
|
||||
Host aahz
|
||||
HostName 129.130.108.37
|
||||
User tchristensen
|
||||
|
||||
Host skeeve
|
||||
HostName 129.130.108.157
|
||||
User tchristensen
|
||||
|
||||
Host ceres
|
||||
HostName ceres.scinet.usda.gov
|
||||
User thomas.christensen
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 20
|
||||
ServerAliveCountMax 30
|
||||
IdentitiesOnly no
|
||||
|
||||
Host atlas
|
||||
HostName Atlas-login-1.hpc.msstate.edu
|
||||
User thomas.christensen
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 20
|
||||
ServerAliveCountMax 30
|
||||
IdentitiesOnly no
|
||||
|
||||
Host atlas-dtn
|
||||
HostName Atlas-dtn.hpc.msstate.edu
|
||||
User thomas.christensen
|
||||
IdentitiesOnly no
|
Loading…
Reference in a new issue