My Github account currently does not have any SSH keys (I believe it previously did have a key, but I deleted it a while ago). However, whenever I use git push and git pull from my personal computer, they do not require me to enter a password, and they run without any trouble.
- How is this possible if the Github server doesn't have the public key?
- Can I allow password-less
pushandpullfrom another computer without uploading a public key for it?
