User Tools

Site Tools


tutorials:1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:1 [2022/10/26 21:40] tcmaltutorials:1 [2023/07/29 11:18] (current) – removed tcmal
Line 1: Line 1:
-======= 1. Logging in to Tardis ======= 
- 
-The first thing you need to do is actually connect to Tardis and log in. 
-If you are reading this, hopefully you already have an account. If not, check [[https://tardisproject.uk|our website]] for how to get one. 
-If for whatever reason you do not know either your username or password, contact an admin and we'll reset it for you. 
- 
-For our web services (such as this wiki), you should get redirected to our single-sign-on provider. You can enter your username and password as normal, and then you should be logged in to all of our web services. For some services, you'll need to select 'Login with tardis account' or similar. This is the main way you'll get into things that are already running. 
- 
-If you want to run your own things or use certain services, you'll need shell access. Here a shell just means a command line - don't worry if you've not used one before. 
- 
-To get a shell remotely, we use [[http://en.wikipedia.org/wiki/Secure_Shell|Secure Shell]] (SSH). This has the advantage of: 
- 
-  - Encrypting everything you type (including your password) in transit 
-  - Verifying you're connecting to us and not someone else 
-  - (Optionally) verifying your identity without using a password. 
- 
-First, you'll need to open a terminal emulator. 
- 
-If you're using Windows, we recommend installing the [[https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-gb&gl=gb|Windows Terminal]] app to get an easier to use terminal - the built in ones are limited in many aspects. 
-Alternatively, you can use the built-in 'Command Prompt' or 'Powershell' applications. 
- 
-If you're using Mac OS or Linux, you should already have a decent terminal emulator installed - You can hit Ctrl+Alt+T on lots of linux distros, or search your mac for 'Terminal'. 
- 
-Once you're in your terminal, type or paste ''ssh username@tardisproject.uk''. You should see something like this: 
- 
-<code> 
-The authenticity of host 'tardisproject.uk (217.169.13.63)' can't be established. 
-ED25519 key fingerprint is SHA256:fKa5lxKbFlavJR0bzWZNLpJTsfO29Tqs9DizNst+qak. 
-This key is not known by any other names 
-Are you sure you want to continue connecting (yes/no/[fingerprint])? 
-</code> 
- 
-This looks scary, but all it's asking us to do is make sure the fingerprint is correct. The one you want is ''SHA256:fKa5lxKbFlavJR0bzWZNLpJTsfO29Tqs9DizNst+qak'' - paste this in and it will compare them, making sure you're connecting to us and not someone else. It will also remember the fingerprint, so you should only see this once. 
- 
-You should now see something like ''mal@tardisproject.uk's password:'' - enter your password (nothing will show up, this is normal).  
- 
-If you see some ASCII art and statistics then Congratulations, you are now logged in on your Tardis shell account! If you are new to Linux the lack of graphical interface can be quite intimidating, but don't worry - these tutorials will hold your hand and walk you through it! By the time you finish these, you should feel quite confident in using your account. 
- 
-First off though, you might want to change your password from the one given to you. To do this type <code>kpasswd</code> and answer the prompts. Congratulations, you just ran your first program! Now go to the next tutorial to learn about how to run other programs under Linux, and move around the filesystem. 
  
tutorials/1.1666820423.txt.gz · Last modified: 2022/10/26 21:40 by tcmal