MIPS Server To use this service you need a @deec.uc.pt or @student.uc.pt account! The DEEC has a server based on the MIPS architecture that run an appropriate LINUX distribution. To connect to the server and transfer files you need to use “ssh” (secure shell) and “sftp”, respectively. If you are a Linux / Mac user, to connect to the server, run the command: $ ssh ‘uc20YYXXXYYY@student.uc.pt’@mips.deec.uc.pt and you will have access to the MIPS machine, whether inside or outside the DEEC LAN. You must use the credentials associated with the University's account (Inforestudante). According to the Computer Network Office, the first time you try to enter the server it will fail and the account will be created. You should cancel the operation (CTRL + C), try again and you will be able to access the server. If you are a Windows user, you must install free “ssh” and “sftp” clients. A suggestion is to use MobaXterm (https://mobaxterm.mobatek.net/) which allows you to have both clients in one program. These clients do exactly the same as the Linux / Mac commands mentioned above, but using a windowed interface. After installing and running MobaXterm, to connect to the server you must do the following steps:  1. Press the Session button in the upper left corner  2. A new window should be opened with the title Session Settings that suggests choosing the type of session you want. You should press SSH  3. Fill in the empty fields with the following data: Remote Host must be mips.deec.uc.pt, select Specify username and fill in the credentials associated with the University account (Inforestudante) uc20YYXXXYYY@student.uc.pt. Clicking Ok will open a command on the console to enter the password associated with your account. If you filled in your data well, an option to save credentials will appear, allowing you to avoid having to enter a password for future access. Notes: - Only save your credentials if you are working on your personal computer. - According to the Computer Network Office, the first time you try to enter the server it will fail and the account will be created. You should cancel the operation (CTRL + C), try again and you will be able to access the server.  4. If you have logged in correctly, you will now have access to the ssh client (console) and sftp (file explorer on the left). To send files to the server just drag them to the sftp client zone. You can also create new files by right clicking on the sftp client area and selecting New empty file.