Administration… SSH Toolcase 28 Nov 202117 Sep 2025 Here is a small lists of frequent operations you may want to do regarding your SSH keys Create a SSH key pair On default directory The following command will create…
How-To… Upload files with SCP 5 Nov 20177 Jun 2025 Prerequisites: scp (pre-installed on most Linux distributions) Quickstart To copy a file to your home directory scp blabla.txt username@hostname:~ For more use cases read here Let's say your student ID…