I git push my work to a remote Git repository.
git push
Every push will prompt me to input username and password. I would
push
username
password
Appears that, at least when using TortoiseGIT on Windows, it is possible to create the SSH keys and transfer these to the GIT server using simply:
> ssh-keygen.exe > ssh-copy-id [username]@[GIT_server]