mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
757 B
757 B
title | layout | created | updated | toc | tags | |||||
---|---|---|---|---|---|---|---|---|---|---|
Apple iPhone SSH Access | default | 2009-04-26 22:04:12 +0200 | 2009-04-26 22:09:55 +0200 | false |
|
You need a [jailbroken]({% post_url 2009-06-20-jailbreak %}) iPhone for this.
- use Cydia to install the OpenSSH package
- enable WLAN access and find your iPhone's IP (see Settings → Wi-Fi → <Your Network SSID> → IP Address)
- under Linux type:
ssh <IP address> -l root
; for Windows use PuTTY - (the first connection will need about 20-30 seconds1 before you'll be asked to accept the host key)
- use the following password:
alpine
(older iPhones useddotty
)
-
most probably the iPhone will generate some encryption keys here ↩︎