Exercise 0: Connecting to the ServerΒΆ

We need certain tools to connect to our new virtual Linux server. In the Linux world, the tool nearly universally used for remote administration is SSH (Secure Shell). While SSH includes many features, the two are are interesting in are remote shell access and secure file transfer. On Linux systems command line tools such as ssh and sftp and their graphical equivalents are often pre-installed. On Windows, Putty is often used for shell access and WinSCP) is often used for file transfer.