We will work on remote machines with Linux operating system during the workshop to ensure suitable and consistent environment.
It's recommended to bring
-
Your own laptop with SSH client
- Linux users: You are probably OK, SSH client is installed on most distributions. Just try
ssh
command in your terminal. - Windows users: Install PuTTy.
- Linux users: You are probably OK, SSH client is installed on most distributions. Just try
-
Pair of public and private OpenSSH-compatible SSH Keys (RSA keys)
Your public key will be uploaded to remote machine at the beginning of the workshop, so you connect to the remote machine using SSH protocol. Sure you can use your existing keys, if you already have it.
- Linux users: see Step 1 — Create the RSA Key Pair
- Windows users: Install PuTTYgen and see "Generating OpenSSH-compatible Keys for Use with PuTTY"
Knowledge of basic bash commands is a plus, but not necessary.