Skip to content

Commit d1a995f

Browse files
committed
fix: Updating the SSH output
1 parent 1ddf421 commit d1a995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ output "jupyter_url" {
99
}
1010

1111
output "get_jupyter_token" {
12-
value = "ssh ${oci_core_instance.redbull_lab1.public_ip} 'source redbullenv/bin/activate; jupyter server list'"
12+
value = "ssh -i PATH_TO_YOUR_SSH_PRIV_KEY_HERE opc@${oci_core_instance.redbull_lab1.public_ip} 'source redbullenv/bin/activate; jupyter server list'"
1313
}

0 commit comments

Comments
 (0)