Protect your server against attacks by adopting SSH Key as your
In your local machine (the one that will be establishing the connection to the server) do: ssh-keygen -b 4096 Generating public/private rsa key pair. Enter file in which to save…
In your local machine (the one that will be establishing the connection to the server) do: ssh-keygen -b 4096 Generating public/private rsa key pair. Enter file in which to save…
When we get started with bash scripting, one of the most frequent problems we come across is the incorrect CWD (current working directory). This is problematic when we expect to…