-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhttp_index.html
53 lines (47 loc) · 1.51 KB
/
http_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>ssh.signalstickers.com</title>
<style>
body {
width: 560px;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>ssh.signalstickers.com</h1>
<p>
This server hosts a SSH server on port 22, allowing to use
<code>signalstickers.com</code> in a terminal.
</p>
<img src=".screen.png" alt="Screenshot of ssh.signalstickers.com" width="560px">
<h2>On *nix</h2>
<p>
Simply do
<code>
<pre>
</pre>
</code>
Accept the finderprint, and enter the password that the server will give you (yay, security!)
</p>
<h2>On Windows</h2>
<p>
Install <a href="https://www.putty.org/">PuTTY</a>, and connect to <code>ssh.signalstickers.com</code> with user
<code>user</code>. Then, enter the password that the server will give you.
If you have WSL installed, refer to the *nix previous chapter.
</p>
<br />
<h3>About</h3>
<p>
This project is open source, under GPLv3. For more information, or to report an issue, see
<a
href="https://github.com/signalstickers/ssh-signalstickers">https://github.com/signalstickers/ssh-signalstickers</a>
<br />
<br />
2021 - Romain RICARD <a href="https://github.com/romainricard">https://github.com/romainricard</a>
</p>
</body>
</html>