首页 > 学院 > 开发设计 > 正文

macbook使用“终端”远程登录linux主机

2019-11-09 18:46:57
字体:
来源:转载
供稿:网友

在打开的终端页面,输入如下代码:

ssh user@hostname

注:上边代码为固定格式,其中

        user 为 linux 服务器的管理员名称

        hostname 为 linux 服务器的ip

如: ssh haibor@1.2.3.4

如需修改端口号,则输入如下代码:

ssh -p 端口号 username@服务器IP地址

如:ssh -p 8080 root@1.2.3.4

重启VPN服务:

Welcome to aliyun Elastic Compute Service![root@iZbp135fwy8k6u9t1ro6ucZ ~]# ps -ef|grep vpncroot     15171 15155  0 13:31 pts/1    00:00:00 grep --color=auto vpnc[root@iZbp135fwy8k6u9t1ro6ucZ ~]# vpnc --enable-1desVPNC started in background (pid: 15209)...[root@iZbp135fwy8k6u9t1ro6ucZ ~]# ps -ef|grep vpncroot     15209     1  0 13:31 ?        00:00:00 vpnc --enable-1desroot     15216 15155  0 13:45 pts/1    00:00:00 grep --color=auto vpnc[root@iZbp135fwy8k6u9t1ro6ucZ ~]# kill -9 15209[root@iZbp135fwy8k6u9t1ro6ucZ ~]# vpnc --enable-1desRTNETLINK answers: File existsVPNC started in background (pid: 15255)...


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表