# 2.0 Remote Login ## 2.1.0 Requirements - SSH client software - Linux/OSX: built-in `ssh` command - Windows: [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) - Valid login credentials for `quevedo.eaifr.org` ## 2.1.1 Steps ## 2.1.2 Linux / macOS ```bash ssh your_login_name@quevedo.eaifr.org On first connection, type yes to accept the host key. Enter your password when prompted. ``` ## 2.1.3 Windows ```bash Download putty.exe Enter quevedo.eaifr.org in the Host field Click Open Accept the host key when prompted Enter login name and password ```