开发者社区 问答 正文

linux中ssh的用法有哪些?

linux中ssh的用法有哪些?

展开
收起
游客qzzytmszf3zhq 2021-12-05 15:39:31 260 分享 版权
1 条回答
写回答
取消 提交回答
  • systemctl start sshd ##开启服务 systemctl stop sshd ##停止服务 systemctl status sshd ##查看服务状态 systemctl restart sshd ##重启服务 systemctl reload sshd ##让服务从新加载配置 systemctl enable sshd ##设定服务开启启动 systemctl disable sshd ##设定服务开机不启动

    2021-12-05 15:39:42
    赞同 展开评论
问答分类:
问答地址: