Create my own proxy server by using AWS Linux EC2 instance for privacy [closed]

I have tried to create my own proxy server by using AWS Linux EC2 instance. I followed the steps from this article and this article. But after create the instance and configure the Tinyproxy and then configure browser to this proxy, it sho… Continue reading Create my own proxy server by using AWS Linux EC2 instance for privacy [closed]

Why should we only keep the private key secret, why not the public key?

If I am not wrong, both private key and public key are the same since communication is possible only if both keys are matching. So, why we should only keep the private key secret, why not public key? When I generate a key by ssh-keygen com… Continue reading Why should we only keep the private key secret, why not the public key?