@tees42: KUAL > USBNetwork > Show version (or whatever, it's the first button ;p).
Make sure you're connecting as root, and not your current user, which is what ssh <ip> does. (i.e., do ssh root@1.2.3.4, not ssh 1.2.3.4, which would actually try to connect as you@1.2.3.4, which is bad, unless you're doing this as root, which would also be bad ;p).
|