• mac 开启 ssh


    直接运行/usr/sbin/sshd出现

    Could not load host key: /etc/ssh_host_rsa_key

    Could not load host key: /etc/ssh_host_dsa_key

    生成一下key

    /usr/bin/ssh-keygen -t dsa -f /etc/ssh_host_dsa_key

    /usr/bin/ssh-keygen -t dsa -f /etc/ssh_host_dsa_key

    然后配置一下/etc/sshd_config(这个路径和linux上不同),端口,监听地址看一眼就知道了,然后再次输入

    /usr/sbin/sshd -f /etc/sshd_config即可开启ssh服务

    注意,mac os x遵循freebsd上的约定,默认root不能登陆ssh(而linux上是可以的),开启root允许登陆需要在

    /etc/sshd_config中配置PermitRootLogin yes

  • 相关阅读:
    满血复活
    绝望,绝望、希望
    认真生活的态度
    星期一
    户外穿越
    认真准备
    早点休息
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
  • 原文地址:https://www.cnblogs.com/dependence/p/4309490.html
Copyright © 2020-2023  润新知