SSHSetting upPlace this config file inside your ~/.ssh/ folder.Make sure you have a private key such as id_rsaMake sure you execute cat id_rsa.pub >> authorized_keys in each serverParametersHost: The alias you wantHostName: The IPPort: Usually 22 or 222User: Your usernameIdentityFile: Your private key which can be placed at ~/.ssh/id_rsaLocalForward: Enables forwarding which is helpfull to open python notebooks remotelyProxyCommand: Allows for connecting directly to nodes through blushark