Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
17
contestops/local.ssh_config
Normal file
17
contestops/local.ssh_config
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Host contestant01
|
||||
HostName 10.42.0.101
|
||||
|
||||
Host contestant02
|
||||
HostName 10.42.0.102
|
||||
|
||||
Host contestant03
|
||||
HostName 10.42.0.103
|
||||
|
||||
Host vm
|
||||
HostName localhost
|
||||
Port 2222
|
||||
|
||||
Host *
|
||||
User root
|
||||
UserKnownHostsFile ./local.known_hosts
|
||||
HashKnownHosts no
|
||||
Loading…
Add table
Add a link
Reference in a new issue