SSH into USB Armory from RHEL 7 host

Latest response

Hi,

I'm a new RHEL user and logging into a USB Armory for the first time.

USB Armory provides access via CDC Ethernet, so I need to SSH into that.

When I run this:

     ls -l /sys/class/net/

I get:

total 0
lrwxrwxrwx. 1 root root 0 Mar 28 21:39 enp0s20u7i1 -> ../../devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/net/enp0s20u7i1
lrwxrwxrwx. 1 root root 0 Mar 28 19:10 lo -> ../../devices/virtual/net/lo
lrwxrwxrwx. 1 root root 0 Mar 28 19:10 p3p1 -> ../../devices/pci0000:00/0000:00:1c.3/0000:02:00.0/net/p3p1
lrwxrwxrwx. 1 root root 0 Mar 28 19:10 virbr0 -> ../../devices/virtual/net/virbr0
lrwxrwxrwx. 1 root root 0 Mar 28 19:10 virbr0-nic -> ../../devices/virtual/net/virbr0-nic
lrwxrwxrwx. 1 root root 0 Mar 28 19:10 wlp3s0 -> ../../devices/pci0000:00/0000:00:1c.4/0000:03:00.0/net/wlp3s0

Which of these devices, if any, is a USB device?

Responses

The one with the "usb*" included as a device path component.

Looks like it's giving you a network interface named enp0s20u7i1. Google says USB Armory is developed by Inverse Path, and their documentation says you should configure your network interface as 10.0.0.2/24:

ip addr add 10.0.0.2/24 dev enp0s20u7i1
ssh usbarmory@10.0.0.1

Thank you! Sorry for the delayed response. This solved my problem nicely!

Yes, search regarding USB Armory in google gives same suggestion as Matti said. Someone has put information on the same in Github site here: https://github.com/inversepath/usbarmory/wiki/Host-communicatio

Sorry for the delay. Yes, this absolutely solved my problem, so thank you!

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.