LoginSignup
5
1

More than 3 years have passed since last update.

UseKeychainが設定されているMacのssh configをLinuxで使い回す

Posted at

課題

Dockerコンテナ内でMacのSSH設定を引き継ごうと思い、ボリュームマウントで対応したものの、Macでしか使えないUseKeychainが邪魔をしてエラーとなってしまう。

結論

IgnoreUnknownオプションを使う。
具体的には下記のようにする。

IgnoreUnknown UseKeychain
  UseKeychain yes

参考
Technical Note TN2449: OpenSSH updates in macOS 10.12.2

5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1