Skip to content
Snippets Groups Projects
Commit e71a4bcb authored by Owen Jones's avatar Owen Jones
Browse files

this might actually work as a single file now?

parent 1eb4587e
No related branches found
No related tags found
No related merge requests found
az config set core.login_experience_v2=off
az login
@echo off
call az config set core.login_experience_v2=off
call az login
if exist "C:\Users\%username%\.ssh\csctcloud\" (
del /q "C:\Users\%username%\.ssh\csctcloud"
rmdir "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
\ No newline at end of file
call az ssh config --ip csctcloud.uwe.ac.uk --file "C:\Users\%username%\.ssh\config" --keys-destination-folder "C:\Users\%username%\.ssh\csctcloud"
call code -n --remote ssh-remote+csctcloud.uwe.ac.uk
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment