✓ Solved

is it secure to connect my linode with public network?

i am living in a place that using public network. I mean i am using the network that other people use. Is it a problem for my linode security? If yes how can i protect myself.

1 Reply

✓ Best Answer

In General

You should always assume that anything you transmit over the internet can be monitored. Your ISP, intermediary transit carriers, hosting providers, and the occasional government agency will be able to see your traffic.

Using a public network opens up the possibility that the general public can see your traffic and poke around at your local computer.

Use Encryption

Anything that uses end-to-end encryption, such as HTTPS, TLS, SSH or SFTP for data transfer will prevent eavesdroppers from seeing the data protected by the encryption but it will not prevent them from seeing who you are talking to.

VPN

Using a VPN (Virtual Private Network) lets a remote computer send network traffic on behalf of your local computer. This protects you from the public monitoring your traffic, as an eavesdropper will only be able to see that you are connecting to a VPN.

A VPN can keep the public from poking and prodding at you local computer if you configure it to disable access to the local network.

Getting a VPN

General Security Tips

  • Don't use telnet or ftp, these programs transmit passwords in plain text

  • Don't enter passwords or sensitive information on websites that are not using HTTPS (you shouldn't do this anyway right?)

  • Don't allow you computer to automatically connect to a mail server that does not use encryption such as TLS. Without encryption, an eavesdropper will be able read any mail being exchanged.

  • Don't allow your local computer to share screens or files on a public network. Disable network login to your local machine.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct