UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. linuxlion
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Groups 0

    linuxlion

    @linuxlion

    2
    Reputation
    10
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    linuxlion Unfollow Follow

    Best posts made by linuxlion

    • RE: Is it possible to login with SSH on the Ubuntu touch mobile

      Now, I can also login with key and without password.

      posted in Support
      L
      linuxlion

    Latest posts made by linuxlion

    • How can I test if I have the latest (kernel) version?

      In the Terminal APP on my mobiel with Ubuntu touch I run:
      $ uname -r
      4.9.124-geb83cc0ec835-ab545
      $ cat /etc/issue
      Ubuntu 20.04.6 LTS \n \l

      How can I test if I have the latest (kernel) version?

      posted in Support
      L
      linuxlion
    • RE: The terminal APP give a read-only shell

      Ok, that's clear

      posted in App Development
      L
      linuxlion
    • RE: How to lock the unlocked bootloader

      Ok, that's clear

      posted in Google Pixel 3a/3a XL
      L
      linuxlion
    • How to lock the unlocked bootloader

      After the startup of my Google Pixel 3a with Ubuntu touch,
      I get the message "the bootloader is unlocked".

      Can I lock the bootloader without losing the Ubuntu touch?

      posted in Google Pixel 3a/3a XL
      L
      linuxlion
    • The terminal APP give a read-only shell

      In the Terminal APP I give myself root-rights with:
      $ sudo -i

      id

      uid=0(root) gid=0(root) group=0(root)

      apt-get update

      Reading package lists... Done
      E: List directory /var/lib/apt/lists/partial is missing. - Acquire (30: Read-only file system)

      Is it possible to get a shell with write rights?

      posted in App Development
      L
      linuxlion
    • RE: Is it possible to login with SSH on the Ubuntu touch mobile

      Now, I can also login with key and without password.

      posted in Support
      L
      linuxlion
    • RE: Is it possible to login with SSH on the Ubuntu touch mobile

      My problem is solved, I can login with ssh and password.
      The directory /etc/ssh/sshd_config.d contains a file
      with the name 50-lxc-android-config.conf
      This file contains the line "PasswordAuthentication=no"
      I changed the "no" to "yes" and restarted the sshd with
      "systemctl restart ssh".

      Strange that the account "phablet" can be used but doesn't exist in
      /etc/passwd.

      posted in Support
      L
      linuxlion
    • RE: Is it possible to login with SSH on the Ubuntu touch mobile

      "Password Authentication yes" with a space between Password en Authentication cause that the sshd doesn't start.
      With "PasswordAuthentication yes" without the space the sshd runs.

      But in Putty I still get "Disconnected: No supported authentication methods
      available (server sent )

      I will try to place a public key on my Ubuntu touch device.

      posted in Support
      L
      linuxlion
    • RE: Is it possible to login with SSH on the Ubuntu touch mobile

      @kristatos
      With "systemctl start ssh" the ssh.service is running.
      "netstat -atn | grep LISTEN" give
      tcp 0 0 0.0.0.0:22 0.0.0.0:*

      "ifconfig wlan0" give
      wlan0: flags=4163<UP, BROADCAST,RUNNING,MULTICAST> MTU 1500
      inet 192.168.50.92 netmask 255.255.255.0 broadcast 192.168.50.225

      On an other system in the same network, the command
      "ssh sysadmin@192.168.50.92" give
      sysadmin@192.168.50.92: Permission denied (publickey).

      So I have contact with the sshd on my Ubuntu touch mobile.

      Now I had to solve the publickey problem.

      posted in Support
      L
      linuxlion
    • Is it possible to login with SSH on the Ubuntu touch mobile

      My Google Pixel 3a is installed with Ubuntu touch and works OK.
      It is possible to connect with SSH from an Ubuntu Linux system to the Ubuntu touch mobile?

      posted in Support
      L
      linuxlion