每次启动终端时将身份添加到 SSH

每次启动终端时将身份添加到 SSH

我需要将其放入我的 ~/.bashrc 中

eval $(ssh-agent)
ssh-add ~/.ssh/where_ever_privake_key_is

我应该把这两行放在文件的什么位置?

相关内容