Locked History Actions Discussion

Diff for "Info/Login"

Differences between revisions 16 and 26 (spanning 10 versions)
Revision 16 as of 2008-12-05 14:06:23
Size: 877
Comment:
Revision 26 as of 2023-11-17 15:48:22
Size: 2113
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Login information for Titan's [[SSH]] service: Login information for [[SSH]]:
{{{
Host: ssh.blinkenshell.org (triton.blinkenshell.org)
Port: 2222 (alt 443)}}}
Line 5: Line 8:
ED25519 Fingerprint:
Line 6: Line 10:
Host: blinkenshell.org
Port: 2222}}}
SHA256:XlwfXnL2YQWB5iw2qYFy5FdsK0SyNhj9dHIpI+vShFQ
MD5:e8:91:59:c9:fc:73:03:7c:0d:45:e9:b1:53:aa:d6:e0}}}
ECDSA Fingerprint:
Line 9: Line 14:
RSA Fingerprint: 3f:80:e1:59:58:f8:e2:ce:40:2e:38:3f:f3:68:b1:64}}} SHA256:x+supfw5bpY7PLN8mUgBWr6Ibm/igS6RlEtLACydYTA
MD5:c9:bf:68:6b:53:c0:2e:06:48:ae:4c:76:f6:d4:17:c3}}}
RSA Fingerprint:
{{{
SHA256:KNSMOTd7Vld4o3ur7U8E0MzOewwo5brPn07oKBG4V+I
MD5:de:58:ea:93:0d:89:c1:d3:28:e2:cc:90:0c:bc:26:af}}}

== Signup ==
Line 17: Line 29:
You have 2 minutes to enter a username and password, after that the server will close your connection. The required minimum size of your terminal window is 80x24 characters to run the signup program. Also, if you resize the window to a smaller size the program will exit.
Line 19: Line 31:
The required minimum size of your terminal window is 80x24 characters to run the signup program. Also, if you resize the window the program might crash. == SSH Clients ==
Line 21: Line 33:
If you are using Windows, try the [[SSH]]-client [[PuTTY]] to connect. If you are using Windows, try either the [[SSH]]-client [[PuTTY]] or use the builtin OpenSSH client in windows 10/11.
Line 23: Line 35:
If you are on some [[UNIX]]-like system, chances are you already have OpenSSH or similar already installed. You can use this command from a terminal on a UNIX-like system: If you are on some [[UNIX]]-like system or Windows 10/11 probably already have OpenSSH. You can use this command from a terminal on a UNIX-like system or in powershell on Windows:
Line 26: Line 38:
ssh signup@blinkenshell.org -p 2222}}} ssh signup@ssh.blinkenshell.org -p 2222}}}

'''Note:''' You can also connect on port '''443''' if you are behind a firewall that blocks port 2222.

If you can't or don't want to install a client on your computer you can use a client running in your browser using webassembly instead: https://webssh.blinkenshell.org/

== Connecting for the first time ==

When connecting for the first time (from a new computer) you should verify that the SSH fingerprint that the server presents matches with the fingerprints listed above to make sure no one is doing a man-in-the-middle attack.

Putty v0.68 for example will by default show you the MD5 hash of the ED25519 host key, so you should make sure that the key you see matches with the MD5 ED25519 key listed above:

{{attachment:putty-sshfingerprint-20170306.png}}

If the keys does not match you should click cancel and don't connect. Ask in chat if you need help

Login information

Login information for SSH:

Host: ssh.blinkenshell.org (triton.blinkenshell.org)
Port: 2222 (alt 443)

ED25519 Fingerprint:

SHA256:XlwfXnL2YQWB5iw2qYFy5FdsK0SyNhj9dHIpI+vShFQ
MD5:e8:91:59:c9:fc:73:03:7c:0d:45:e9:b1:53:aa:d6:e0

ECDSA Fingerprint:

SHA256:x+supfw5bpY7PLN8mUgBWr6Ibm/igS6RlEtLACydYTA
MD5:c9:bf:68:6b:53:c0:2e:06:48:ae:4c:76:f6:d4:17:c3

RSA Fingerprint:

SHA256:KNSMOTd7Vld4o3ur7U8E0MzOewwo5brPn07oKBG4V+I
MD5:de:58:ea:93:0d:89:c1:d3:28:e2:cc:90:0c:bc:26:af

Signup

For signup users:

Username: signup
Password: signup23

The required minimum size of your terminal window is 80x24 characters to run the signup program. Also, if you resize the window to a smaller size the program will exit.

SSH Clients

If you are using Windows, try either the SSH-client PuTTY or use the builtin OpenSSH client in windows 10/11.

If you are on some UNIX-like system or Windows 10/11 probably already have OpenSSH. You can use this command from a terminal on a UNIX-like system or in powershell on Windows:

ssh signup@ssh.blinkenshell.org -p 2222

Note: You can also connect on port 443 if you are behind a firewall that blocks port 2222.

If you can't or don't want to install a client on your computer you can use a client running in your browser using webassembly instead: https://webssh.blinkenshell.org/

Connecting for the first time

When connecting for the first time (from a new computer) you should verify that the SSH fingerprint that the server presents matches with the fingerprints listed above to make sure no one is doing a man-in-the-middle attack.

Putty v0.68 for example will by default show you the MD5 hash of the ED25519 host key, so you should make sure that the key you see matches with the MD5 ED25519 key listed above:

putty-sshfingerprint-20170306.png

If the keys does not match you should click cancel and don't connect. Ask in chat if you need help