25. Mac命令行登陆远程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了25. Mac命令行登陆远程相关的知识,希望对你有一定的参考价值。
系统命令行或者iTem2
ssh [email protected] -p 端口
或者编辑
vim ~/.ssh/config
把远程服务器添加到config里面
Host abctest
HostName 192.xxx.xx.x
User root
Port 端口
IdentityFile ~/.ssh/id_rsa
然后把公钥添加到服务器的~/.ssh/authorized_keys 文件里面
登陆的时候,直接在命令行里面输入: ssh abdtest
本文出自 “www.bogo.com” 博客,请务必保留此出处http://483181.blog.51cto.com/473181/1942363
以上是关于25. Mac命令行登陆远程的主要内容,如果未能解决你的问题,请参考以下文章