atlas 2001 dk A2开发者套件:
www.hiascend.com/hardware/devloper-kit-a2
课程:https://www.hiascend.com/zh/developer/courses/detail/1638576084570705922
os:https://www.hiascend.com/hardware/developer-kit-a2/resource
xterm:
https://mydown.yesky.com/pcsoft/98899209.html
root/Mind@123
/etc/ssh/sshd_config 打开权限.
vscode ssh免密:
Host 119.29xxxxxx
HostName 119.29xxxxxx
Port 22
User root
PreferredAuthentications publickey
IdentityFile C:\Users\Administrator\.ssh\id_rsa
C:\Users\Administrator\.ssh 里面存了 id_rsa.pub
发送给linux服务器的/root/.ssh 然后 cd /root/.ssh
cat id_rsa.pub >> /root/.ssh/authorized_keys