archlinux启动ssh服务

   Archlinux和Manjaro开启ssh服务命令及使用方法。 # 开机启动

1
systemctl enable sshd.service
# 立即启动
1
systemctl start sshd.service
# 立即重启
1
systemctl restart sshd.service