ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
ssh -o stricthostkeychecking=no root@ip -p port
本文共 137 字,大约阅读时间需要 1 分钟。
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
ssh -o stricthostkeychecking=no root@ip -p port
转载于:https://my.oschina.net/longquan/blog/1577218