We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85e7e5 commit e27ab9aCopy full SHA for e27ab9a
01.getting-started/04.train-on-remote-vm/04.train-on-remote-vm.ipynb
@@ -155,10 +155,10 @@
155
"# if you want to connect using SSH key instead of username/password you can provide parameters private_key_file and private_key_passphrase \n",
156
"attached_dsvm_compute = RemoteCompute.attach(workspace=ws,\n",
157
" name=\"attached_vm\",\n",
158
- " username='<usename>',\n",
+ " username='<ssh-usename>',\n",
159
" address='<ip_adress>',\n",
160
" ssh_port=5022,\n",
161
- " password='<ip_address>')\n",
+ " password='<password>')\n",
162
"attached_dsvm_compute.wait_for_completion(show_output=True)"
163
]
164
},
0 commit comments