WordPress Developer Ukraine, Dnipro
How to permanently add a private key to SSH-agent?

How to permanently add a private key to SSH-agent?

Permanently add a private key to SSH-agent I think, we all had to face situation, when we need use ssh-key instead usual bundle of login and password. As for me, I remember that I was surprised when after system reboot, I must import SSH key again, that to eventually connect to remote server. So, today,…
Configure SSH Git/Bitbucket

Configure SSH Git/Bitbucket

Setting SSH Bitbucket/Git Problem: Many developers, especial juniors, when using Git/Bitbucket, clone repository use HTTPS, but exist more better way – use SSH. Ok, but how it works? How we can configure it?