You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now everyone should have access to all instances. Please make sure that your unimelb VPN is connected due to there is no public IP available.
For quick ssh to any instances, please setup the following ssh config, this definitely save your time from hassles like enter password, you could reference the guide below:
Check ~/.ssh/config file existence
Edit config file, in config file you need to include:
Host [alias]
Hostname [Instance IP Address]
IdentityFile [Your SSH Private Key]
AddKeysToAgent yes
User ubuntu
Save the ssh
# Example code snippet
Host *
ServerAliveInterval 120
Host ccc-backend
Hostname 172.26.128.118
IdentityFile ~/.ssh/mrc.key
AddKeysToAgent yes
User ubuntu
# this is the same as ssh -i ~/.ssh/mrc.key [email protected]# after saving the config file, connect via the command:
ssh ccc-backend
Please make sure that your unimelb VPN is connected due to there is no public IP available.
Some issues:
WSL network may not consistent with windows network, reboot might work
VPN is compulsory
The text was updated successfully, but these errors were encountered:
For now everyone should have access to all instances. Please make sure that your unimelb VPN is connected due to there is no public IP available.
For quick ssh to any instances, please setup the following ssh config, this definitely save your time from hassles like enter password, you could reference the guide below:
~/.ssh/config
file existenceSome issues:
The text was updated successfully, but these errors were encountered: