Login to the Linux Server
Version 0.1 (not tested - use at your own risk)
There are serveral ways to login to the Field Museum Linux server and to transfer files between your computer and the server.
Using Windows
If you’re using Windows, you can use Kitty to access to the server via command line.
- Download the uncompressed version of the program here
- Start the downloaded .exe file by double clicking
- Enter the ip address of the server in Host Name (or IP address)
- Click Open
For file transfer you can use WinSCP.
- Download and install WinSCP
- Enter ip address of the server in Host name
- Enter your username in User name
- Click Login
You can transfer files by drag & drop
Using MacOS
If you’re using a Apple computer, you can use the Terminal to access the Linux servers by command line.
- Open Terminal
- Enter:
ssh your_user_name@ip_address_of_the_server
(Type your username and password when asked. For your password protection, you won’t see any symbols when typing your password.)
For file transfer from iOS, use e.g. the program cyberduck:
- Download and install the program here
- Click on Open Connection
- Switch to SFTP protocol, enter the ip address of the server you ant to connect to, and your user name
- Click Connect
Or you can use a program called FileZilla:
- Download the FileZilla via link
- Open the program without installation
- Enter the serber IP, type in your username and password
- Use 22 for the port and click Quickconnect
Learn more about the use of the Linux command line
See the CBFM class website here