From 91d76eb4e449dec0cb23d56886817d9910963559 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Sat, 28 Mar 2009 01:28:01 +0100
Subject: Readme.txt renamed to README
---
README | 33 +++++++++++++++++++++++++++++++++
Readme.txt | 33 ---------------------------------
2 files changed, 33 insertions(+), 33 deletions(-)
create mode 100644 README
delete mode 100644 Readme.txt
diff --git a/README b/README
new file mode 100644
index 0000000..5cb74f9
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+Build
+=====
+
+ make
+
+
+Use
+===
+
+ sudo ./usbmuxd &
+ ./iproxy 2222 22 &
+ ssh -p 2222 root@localhost
+
+Muwahahaha. Hopefully you get the normal SSH login prompt.
+
+
+SSH
+===
+
+If your iphone is rooted, but isn't running SSH, you will need to
+mount it with 'ifuse --afc2' (to access the root directory of the
+device).
+
+And then edit:
+
+ /Library/LaunchDaemons/com.openssh.sshd.plist
+
+to _remove_ the lines:
+
+ Diabled
+
+
+Reboot the device and then sshd should be running.
diff --git a/Readme.txt b/Readme.txt
deleted file mode 100644
index 5cb74f9..0000000
--- a/Readme.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Build
-=====
-
- make
-
-
-Use
-===
-
- sudo ./usbmuxd &
- ./iproxy 2222 22 &
- ssh -p 2222 root@localhost
-
-Muwahahaha. Hopefully you get the normal SSH login prompt.
-
-
-SSH
-===
-
-If your iphone is rooted, but isn't running SSH, you will need to
-mount it with 'ifuse --afc2' (to access the root directory of the
-device).
-
-And then edit:
-
- /Library/LaunchDaemons/com.openssh.sshd.plist
-
-to _remove_ the lines:
-
- Diabled
-
-
-Reboot the device and then sshd should be running.
--
cgit v1.1-32-gdbae