-
Notifications
You must be signed in to change notification settings - Fork 0
/
openssh.html
62 lines (45 loc) · 2.5 KB
/
openssh.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
54
55
56
57
58
59
60
61
62
<html><head>
<title>OpenSSH
· Cydia
</title>
<link rel="stylesheet" type="text/css" href="http://cyd.altnet.online/menes/style.css"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
</head><body class="pinstripe">
<panel>
<fieldset>
<div>
<p>Connecting to the iPhone remotely lets you use the full power of your device. Its really quite simple with the packages in Telesphoreo, so I've written up this guide. Good luck!</p>
</div>
<div>
<p><span style="font-weight: bold">1:</span> install the <a href="https://web.archive.org/web/20090509144502/http://cydia.saurik.com/package/openssh">OpenSSH</a> package</p>
<p><em>(click, Install, Confirm, Close, Back)</em></p>
<hr/>
<p><span style="font-weight: bold">2:</span> open Wi-Fi from Settings</p>
<hr/>
<p><span style="font-weight: bold">3:</span> click your network's <img style="vertical-align: text-bottom" src="https://web.archive.org/web/20090509144502im_/http://cache.saurik.com/uikit/UITableNextButtonPressed.png" height="20" width="20"/></p>
<hr/>
<p><span style="font-weight: bold">4:</span> read the "IP Address" field</p>
<p><em>(example: 192.168.1.100)</em></p>
<hr/>
<p><span style="font-weight: bold">5:</span> open Terminal on desktop</p>
<p><em>(command-space, "Terminal", enter)</em></p>
<hr/>
<p><span style="font-weight: bold">6:</span> run "ssh root@<ip-address>"</p>
<p><em>(example: ssh [email protected])</em></p>
<hr/>
<p><span style="font-weight: bold">7:</span> wait a few <em>minutes</em> (just once)</p>
<p><em>(it's generating some crypto keys)</em></p>
<hr/>
<p><span style="font-weight: bold">8:</span> accept new computer host key</p>
<p><em>(if it doesn't ask you, that's fine)</em></p>
<hr/>
<p><span style="font-weight: bold">9:</span> log in with password "alpine"</p>
<p><em>(you might want to change that...)</em></p>
<hr/>
<p><span style="font-weight: bold">10:</span> verify QoS is off on your Router</p>
<p><em>(or things are very slow on 2.2)</em></p>
</div>
<a href="/web/20090509144502/http://cydia.saurik.com/password.html"><label>Change Default Password</label></a>
</fieldset>
</panel>
</body></html>