admin 管理员组文章数量: 1087649
Mac pro 租用服务器整体流程 Vast.ai
1、我租用的是Vast.ai,里面有不同套餐供人选择。
2、首先需要在Billing下添加一张信用卡,冲$10,这个大概就可以使用了。
第一步:
第二步
3、添加实例。
4、第一次创建Instance时需要配置SSH, 具体操作网站有提示,也可以参照如下步骤:
There is no ssh password, we use ssh key authentication. If ssh asks for a password, typically this means there is something wrong with the ssh key that you entered or your ssh client is misconfigured. On Ubuntu or Mac, first you need to generate an rsa ssh public/private keypair using the command:
ssh-keygen -t rsa
Next you may need to force the daemon to load the new private key:
ssh-add
这一步如果出现Permission Deny需要先启动SSH-AGENT:
eval 'ssh-agent'
然后再执行
ssh-add
Then get the contents of the public key with:
cat ~/.ssh/id_rsa.pub
Copy the entire output to your clipboard, then paste that into the “Change SSH Key” text box under console/account. The key text includes the opening “ssh-rsa” part and the ending “user@something” part. If you don’t copy the entire thing, it won’t work.
example SSH key text:
5、复制你的ssh连接,打开mac终端,将ssh连接输入进去就可以成功连上啦。
6、服务器连jupyter,vast.ai 配置jupyter需要进行的端口映射
本文标签: Mac pro 租用服务器整体流程 Vastai
版权声明:本文标题:Mac pro 租用服务器整体流程 Vast.ai 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1700300284a386555.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论