我刚买了一台安装了 Chrome 操作系统的机器。我需要通过 ssh 连接到远程服务器,该服务器需要我生成的密钥生成器来授予我对它的任何访问权限。我正在按照说明Esc + Refresh (F3) + Power button
转到Developer mode
,但它只是关闭了我的登录会话,除了花费我的时间之外什么都不做。ssh-keygen
中不存在命令chrosh
。
你能帮我找出解决办法吗?
首先查看https://sites.google.com/site/chromeoswikisite/home/tips-and-tricks:私钥必须在另一台计算机上生成,并通过 SD 卡复制到 Chromebook 的文件架上。
现在,生成密钥并将其复制到 SD 卡后,请查看此页面:
Download your key to the Downloads directory. I keep an encrypted copy of my key in Google Drive.
Press Ctrl-Alt-T to open a terminal tab.
At the crosh> prompt, type the following:
ssh
user <your-user-name>
host <your-host-name>
key <your-key-filename> (not the full path)
connect
Run Code Online (Sandbox Code Playgroud)