Problem Statement I have my Flask backend running on one server, and I use another computer, in the same network to send a post request to the Flask backend, I got an error like “Failed to connect to <ip> port <port> after 215 ms: Couldn’t connect to server” error. Nothing shows up in flask log. […]
Month: February 2024
On Ubuntu, we can use this command It will output something like After this, we can use ssh-add Explain “eval $(ssh-agent -s)” The command eval $(ssh-agent -s) is a convenient way to start the SSH agent and set up the necessary environment variables in the current shell session. Here’s a breakdown of what each part […]