Skip to main content

7 posts tagged with "Linux operate"

Linux server management

View All Tags

Managing SSH private keys with ssh-agent on Windows to eliminate the hassle of entering the passphrase every time you push or pull

· 3 min read
zenge
Software Rookie @ China

1. Preface

Enable SSH login for GitHub. The recommended method for SSH authentication is using a private key.

However, if a passphrase is set when generating the private key (this passphrase protects the private key itself), you will be prompted to enter the passphrase every time you log in, push, or pull, which can be cumbersome.

gitpush