Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSCTCloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Owen Jones
CSCTCloud
Commits
722cb69a
Commit
722cb69a
authored
7 months ago
by
Owen Jones
Browse files
Options
Downloads
Patches
Plain Diff
fixed commands on Windows to clear keyfile directory/create it first time around
parent
cf1826dc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
quick-connect.bat
+2
-2
2 additions, 2 deletions
quick-connect.bat
with
2 additions
and
2 deletions
quick-connect.bat
+
2
−
2
View file @
722cb69a
az
config
set
core
.login_experience_v2
=
off
az
config
set
core
.login_experience_v2
=
off
az
login
az
login
del
"C:\Users\
%username%
\.ssh\csctcloud"
del
/q
"C:\Users\
%username%
\.ssh\csctcloud"
mkdir
-p
"C:\Users\
%username%
\.ssh\csctcloud"
mkdir
"C:\Users\
%username%
\.ssh\csctcloud"
az
ssh
config
--ip
csctcloud
.uwe.ac.uk
--file
"C:\Users\
%username%
\.ssh\config"
--keys-destination-folder
"C:\Users\
%username%
\.ssh\csctcloud"
az
ssh
config
--ip
csctcloud
.uwe.ac.uk
--file
"C:\Users\
%username%
\.ssh\config"
--keys-destination-folder
"C:\Users\
%username%
\.ssh\csctcloud"
code
-n --remote
ssh
-remote+csctcloud
.uwe.ac.uk
code
-n --remote
ssh
-remote+csctcloud
.uwe.ac.uk
\ No newline at end of file
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