タグ

2011年12月31日のブックマーク (2件)

  • SSH Over USB - iPhone Development Wiki

    A compiled version of libimobiledevice+usbmuxd is available here. Download the .tar.xz file and extract it using 7-zip or a similar program. You can add this extracted folder to the path by following the walkthrough here. This will put the iproxy bin on your path. You can set up your ssh config to connect automatically via inetcat In your ~/.ssh/config file: Host my-iphone ProxyCommand inetcat 22

    aont
    aont 2011/12/31
    sshだけじゃなくてGoodReaderのWebDavもforwardできた。(入獄iPhone4Sで)
  • iPadへUSB経由でMac/NetWalkerからSSH接続

    iPadをいじくるためにSSH接続をしまくるわけですが、現状だとiPadの純正Tetheringを有効にする手だてがないようで、Wi-Fi経由のSSHを余儀なくされます。 しかし、Wi-Fi経由だとモッサリと遅いので案配がよろしくありません。 どうにか純正テザリング以外の方法で、USB経由のSSH接続をしたいものです。 Linuxの世界にはiTunnelというものがあり、これでUSB経由のSSH接続が可能です。 $ sudo itunnel 3024 & $ ssh -p 3024 mobile@localhost その発展系であるusbmuxdがUbuntu10.04に載るということで話題になってますが、かなり規模の大きいプロジェクトになっている一方、iTunnelは機能が単純な代わりに至極ソースコードがシンプルで、Mac OS Xでも動くとの記載があったのでMac OS X 10.6.

    iPadへUSB経由でMac/NetWalkerからSSH接続
    aont
    aont 2011/12/31