Q: I'm being prompted for a password when logging into Team VM. Why isn't my pubkey working?
...
SSH tries to guess which pubkey to use, and occasionally gets it wrong. You can give it some hints by including the following in your ~/.ssh/config:
Code Block |
---|
Host teamX.ctf.csail.mit.edu
PubkeyAuthentication yes
IdentityFile ~/.ssh/<name_of_priv_key_file>
|
...
Q: What am I allowed to change on the Team VM?
...