Skip to content

Commit e27ab9a

Browse files
authored
Update 04.train-on-remote-vm.ipynb
1 parent c85e7e5 commit e27ab9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01.getting-started/04.train-on-remote-vm/04.train-on-remote-vm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
"# if you want to connect using SSH key instead of username/password you can provide parameters private_key_file and private_key_passphrase \n",
156156
"attached_dsvm_compute = RemoteCompute.attach(workspace=ws,\n",
157157
" name=\"attached_vm\",\n",
158-
" username='<usename>',\n",
158+
" username='<ssh-usename>',\n",
159159
" address='<ip_adress>',\n",
160160
" ssh_port=5022,\n",
161-
" password='<ip_address>')\n",
161+
" password='<password>')\n",
162162
"attached_dsvm_compute.wait_for_completion(show_output=True)"
163163
]
164164
},

0 commit comments

Comments
 (0)