Can a secure MitM-free channel be established between two peer "strangers" in the presence of an active adversary?

This excellent question introduces "TOFU" (trust on first use – e.g. SSH storing fingerprints) and "TBFU" (trust before first use, e.g. PKI Certs, WPA pre-shared-keys).
Can MitM attack be avoided without using a 3rd par… Continue reading Can a secure MitM-free channel be established between two peer "strangers" in the presence of an active adversary?

What are possible implications of ignoring the ssh host key warning?

With password authentication you’re basically giving your password to the attacker. At least that is my understanding. What about public key authentication? I hear that a private key never leaves your side, and that it’s not possible to pe… Continue reading What are possible implications of ignoring the ssh host key warning?

SSH Agent Forwarding – What are the best practices and current security issues?

Using agent forwarding comes with a risk, but stored private keys can also abused if the attacker has compromised the remote machine.
In this thread I want to discuss whether agent forwarding is safe to use or should not be used because of… Continue reading SSH Agent Forwarding – What are the best practices and current security issues?