Debug SSH Connection Failures
View on Twitter
💡 Connecting to a remote server or cloning a repository can sometimes fail with a cryptic message.
In such cases, it's useful to debug your SSH connection by using the "-v" flag:
➡️ ssh -v user@server