How to connect to a Linux ssh server without using a password?
Let’s imagine there is a “Server” with user “Admin” and we want to connect with our “client” machine with username “User”. Continue reading “SSH Passwordless Login”
Tag: BASH
Adding a new path to user PATH variable
Do you want to execute your scripts without specifying the script full path?
Add the path of your scripts to PATH system user variable. Continue reading “Adding a new path to user PATH variable”