This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cs415pdc:troubleshooting.lab1 [2017/09/26 14:34] tkandemiri |
cs415pdc:troubleshooting.lab1 [2022/01/25 17:33] (current) scarl |
||
---|---|---|---|
Line 13: | Line 13: | ||
It likely worked if the first time it asks for your password and then just returns. The next two should just return, without asking for the password. | It likely worked if the first time it asks for your password and then just returns. The next two should just return, without asking for the password. | ||
- | The other thing to fix is your ''host_file''. You want not just the name of the computer, but the full //domain name// of the computer. For example, instead of ''farheen'', you would write ''farheen.sewanee.edu''. For example my host_file looks like this: | + | The other thing to fix is your ''host_file''. You want not just the name of the computer, but the full //domain name// of the computer. For example, instead of ''farheen'', you would write ''farheen.sewanee.edu''. For example, one possible host_file looks like this: |
<html> | <html> | ||
Line 19: | Line 19: | ||
farheen.sewanee.edu | farheen.sewanee.edu | ||
eneva.sewanee.edu | eneva.sewanee.edu | ||
- | hive.sewanee.edu | + | biss.sewanee.edu |
oscar.sewanee.edu | oscar.sewanee.edu | ||
</pre> | </pre> | ||
</html> | </html> | ||
- | ===== Troubleshooting - Agent Refused Operatino ===== | + | === Troubleshooting - Agent Refused Operation === |
- | **Error I received when trying to ssh into another computer:** | + | **Error** Message received when trying to ssh into another computer: |
- | signing failed: agent refused operation | + | ''signing failed: agent refused operation'' |
+ | |||
+ | **Solution:** I received this error because I had put a //passphrase// on my private key. | ||
- | **Solution:** | ||
- | I received this error because I had put a passphrase on my private key. | ||
Fix it by doing **ssh-add** | Fix it by doing **ssh-add** | ||
+ | == //[[https://askubuntu.com/questions/762541/ubuntu-16-04-ssh-sign-and-send-pubkey-signing-failed-agent-refused-operation|Solution found on AskUbuntu (part of the StackExchange network) | ||
+ | ]] // | ||
+ | == | ||