Skip to content
Snippets Groups Projects
Commit 4ccccbc2 authored by Adrian Cheng's avatar Adrian Cheng
Browse files

fix: update gitignore, remove local ssh configs

parent 679cf52f
No related branches found
No related tags found
No related merge requests found
*.vagrant
\ No newline at end of file
*.vagrant
ssh-config
\ No newline at end of file
Host netcap_frontend
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/bluep/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host netcap_backend
HostName 127.0.0.1
User vagrant
Port 2200
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/bluep/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_exchange
HostName 127.0.0.1
User vagrant
Port 2201
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/bluep/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_trader_0
HostName 127.0.0.1
User vagrant
Port 2202
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/bluep/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_trader_1
HostName 127.0.0.1
User vagrant
Port 2203
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/bluep/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host netcap_frontend
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/FalseStatement.DESKTOP-VC7663P/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host netcap_backend
HostName 127.0.0.1
User vagrant
Port 2200
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/FalseStatement.DESKTOP-VC7663P/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_exchange
HostName 127.0.0.1
User vagrant
Port 2201
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/FalseStatement.DESKTOP-VC7663P/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_trader_0
HostName 127.0.0.1
User vagrant
Port 2202
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/FalseStatement.DESKTOP-VC7663P/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
Host fix_trader_1
HostName 127.0.0.1
User vagrant
Port 2203
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile C:/Users/FalseStatement.DESKTOP-VC7663P/.vagrant.d/boxes/centos7_mini/0/virtualbox/vagrant_private_key
IdentitiesOnly yes
LogLevel FATAL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment