0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Linux(Ubuntu)でUSB over SSHする(iproxy)

Posted at

USB接続のiPhone(OpenSSHインストール済み)にSSH接続するためには「tcprelay.py」などがありますが、
何故か当方の環境だと2つ以上のSSHコネクションを張れなかったので「iproxy」を使ってみることに。

インストール方法

Ubuntuなら標準リポに入っているのでapt叩けばインストールできます。

sudo apt install libusbmuxd-tools

でインストールできるはず。

使い方

まあ、man iproxyすればわかりますが

iproxy [local port] [device port]で動きます。

複数のポートをトンネルしたいときは複数起動すればできます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?