apache_conf 登录macOS时自动加载ssh密钥

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 登录macOS时自动加载ssh密钥相关的知识,希望对你有一定的参考价值。

# Not recommend
# clear key
ssh-add -K -d ~/.ssh/<key>
# add key
ssh-add -K ~/.ssh/<key>
# add script to automaticcally add key when login
curl -o ~/Library/LaunchAgents/ssh.add.a.plist https://raw.githubusercontent.com/jirsbek/SSH-keys-in-macOS-Sierra-keychain/master/ssh.add.a.plist

# Use this config instead
Host * (asterisk for all hosts or add specific host)
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile <key> (e.g. ~/.ssh/userKey)

以上是关于apache_conf 登录macOS时自动加载ssh密钥的主要内容,如果未能解决你的问题,请参考以下文章

在 macOS 上自动打开目录的适当权利

控制macOS的开机启动

微信重磅更新!这个功能等了 7 年

使用 Curl 从 Yii2 进行 WP 自动登录在首次加载时不起作用

Spring实战 - 实现自动登录的功能

VM安装macOS虚拟机忘记密码