【问题标题】:ssh-keyscan and mac: debug2: fd 3 setting O_NONBLOCKssh-keyscan 和 mac: debug2: fd 3 setting O_NONBLOCK
【发布时间】:2018-08-20 20:02:22
【问题描述】:

我正坐在 Mac 上尝试在 ssh 进入机器之前将主机 ip 添加到已知主机文件。不太习惯mac所以不知道怎么回事,我得到以下信息:

km@Karls-MacBook-Pro ~ $ ssh-keyscan -vv -t rsa x.x.x.x >> /Users/km/.ssh/known_hosts
debug2: fd 3 setting O_NONBLOCK

【问题讨论】:

    标签: macos ssh


    【解决方案1】:
    $ ssh-keyscan -vv -t rsa x.x.x.x >> /Users/km/.ssh/known_hosts
                  ^^^
    debug2: fd 3 setting O_NONBLOCK
    ^^^^^^
    

    “fd 3”消息是调试消息。你得到它是因为你请求了详细的输出。这并不表示有问题。

    【讨论】:

      猜你喜欢
      • 2016-09-27
      • 1970-01-01
      • 2014-10-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多