Sharing devices to Amazon Web Services (AWS) #405
Replies: 7 comments
-
@d0n13 Maybe the remote host is already using port 3240 itself (for its own usbipd, or possibly even something else). You could use a different remote port, for example: ssh -R 12345:localhost:3240. Then you should be able to use |
Beta Was this translation helpful? Give feedback.
-
Thanks @dorssel. I’ll give it a go. Thank you |
Beta Was this translation helpful? Give feedback.
-
Am I also right in thinking that you don’t need the usbip daemon running on the aws side? Or does it need the full setup. Asking because it’s not straight forward to setup. Can I just use the usbip client on the aws side? |
Beta Was this translation helpful? Give feedback.
-
@d0n13 |
Beta Was this translation helpful? Give feedback.
-
Found a good guide here for Ubuntu 20.04 and it worked. First created the SSH tunnel as follows:
Shared an iPhone on the Windows PC
Then attach on AWS side.
Installed libimobiledevice and was able to connect to the phone and retrieve details. |
Beta Was this translation helpful? Give feedback.
-
@d0n13 |
Beta Was this translation helpful? Give feedback.
-
Yes. Please do. I was waiting to see what u needed to do |
Beta Was this translation helpful? Give feedback.
-
Hi all
Trying to share a device to AWS linux install using usbipd and I'm wondering if anyone has got this to work over an SSH tunnel? I have tried to create the tunnel using the following but I'm not having any luck so far.
Apart from the tunnel from being setup wrong will this even work? I know usbipd is already listening at port 3240 on the local machine so I wonder can I do something else to configure this to operate?
Beta Was this translation helpful? Give feedback.
All reactions