arch Linux 安装完,无法通过 SSH 远程连接问题

Posted d0ct0rx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arch Linux 安装完,无法通过 SSH 远程连接问题相关的知识,希望对你有一定的参考价值。

访问 arch Linux 主机的该文件

[[email protected] ~]# vim /etc/ssh/sshd_config

对应注释部分后边补上下边三行:

LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

修改部分的局部代码如下:

#LoginGraceTime 2m
#PermitRootLogin prohibit-password
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

接着重启 SSH 服务:

[[email protected] ~]# systemctl restart sshd.service

现在,使用另一台机器再次远程连接就可以成功访问 arch Linux 主机的 root 用户了

macOS:~ hhbsh$ ssh [email protected]【arch Linux主机 ip 地址】

注:arch Linux 主机的 IP 地址可以通过 ip a 命令查看。

以上是关于arch Linux 安装完,无法通过 SSH 远程连接问题的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Arch Linux VM 中运行 tmux

sublime可以ssh登陆远端linux服务器吗?

phpMyAdmin + nginx + Arch Linux = 无法通过登录屏幕,需要建议

ssh-key关于authorized_keys电脑与linux互相认证

suse linux ssh远程无法访问问题

安装arch linux后的网络连接问题