Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
group_04_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acheng27
group_04_project
Commits
4ccccbc2
Commit
4ccccbc2
authored
1 year ago
by
Adrian Cheng
Browse files
Options
Downloads
Patches
Plain Diff
fix: update gitignore, remove local ssh configs
parent
679cf52f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
ssh-config
+0
-55
0 additions, 55 deletions
ssh-config
vagrant-ssh
+0
-55
0 additions, 55 deletions
vagrant-ssh
with
2 additions
and
111 deletions
.gitignore
+
2
−
1
View file @
4ccccbc2
*.vagrant
\ No newline at end of file
*.vagrant
ssh-config
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ssh-config
deleted
100644 → 0
+
0
−
55
View file @
679cf52f
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
This diff is collapsed.
Click to expand it.
vagrant-ssh
deleted
100644 → 0
+
0
−
55
View file @
679cf52f
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment