Manjaro

【Manjaro】manjaro开启SSH服务

更新系统sudo pacman -Syu安装SSH服务sudo pacman -S openssh启动SSHsystemctl start sshd.service开机启动SSHsystemctl enable sshd.service重启SSHsystemctl restart sshd.service