From 4ccccbc2af368b1904976abedc2d531f03af871e Mon Sep 17 00:00:00 2001 From: Adrian Cheng <bluepop11@hotmail.com> Date: Sun, 28 May 2023 16:10:46 -0500 Subject: [PATCH] fix: update gitignore, remove local ssh configs --- .gitignore | 3 ++- ssh-config | 55 ----------------------------------------------------- vagrant-ssh | 55 ----------------------------------------------------- 3 files changed, 2 insertions(+), 111 deletions(-) delete mode 100644 ssh-config delete mode 100644 vagrant-ssh diff --git a/.gitignore b/.gitignore index 91476b4bf..b7776aedf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.vagrant \ No newline at end of file +*.vagrant +ssh-config \ No newline at end of file diff --git a/ssh-config b/ssh-config deleted file mode 100644 index 89fefc9fc..000000000 --- a/ssh-config +++ /dev/null @@ -1,55 +0,0 @@ -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 - diff --git a/vagrant-ssh b/vagrant-ssh deleted file mode 100644 index 21b70a865..000000000 --- a/vagrant-ssh +++ /dev/null @@ -1,55 +0,0 @@ -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 - -- GitLab