何度もssh passphraseを入れたくない
nishio.icon
How can I avoid to enter ssh-key passphrase repeatedly in console or Visual Studio Code?
gpt.icon
$ eval "$(ssh-agent -s)"
$ ssh-add ~/.ssh/id_rsa
GPT4に技術を聞く