1

It was working before but now it stopped working. Even in Ubuntu SDK I can't run my application directly to my device...though I'm not sure they are related. The error is:

Command: open "phablet@192.168.1.7" 22 Error: Disconnected: No supported authentication methods available (server sent: publickey) Error: Could not connect to server

My device is Nexus 7 2013(flo) with Ubuntu Touch 14.10 r153. I installed it through MultiRom and I actually did a fresh install but still no luck.

1 Answers1

0

I'm having the same issue, on the same tablet. I am currently using the developer channel, but not proposed. OS: 15.04 r2. It won't find my .pem key, however after running the commands below, I was able to get my computer to reject my tablet connecting to it via ssh. Please excuse typos

user@ubuntu:~$ adb shell

phablet@ubuntu-phablet:~$ android-gadaget-services enable ssh

phablet@ubuntu-phablet:~$ ssh...

I found out that the build in backup software, which I can't get to work, doesn't allow backup over ssh, if you use the adb interface. The adbd interface does nothing, but acts like it is performing some task.

Eric
  • 1