Code Monkey home page Code Monkey logo

Comments (3)

Ryuo1 avatar Ryuo1 commented on May 5, 2024 2

It doesn't work.
The way i would fix it is:

First generate a key pair using ssh-keygen

  1. Get the public key (assuming it's named id_rsa.pub) from your computer (in $HOME/.ssh/ folder assuming you are on Linux), to your phone.

  2. Copy the contents of your public key inside your phone using root browser's text editor or any other text editor of your choice.

  3. Create a file named authorized_keys inside the /data/ssh/root/.ssh/ folder.

  4. Paste the contents of your public key into the authorized_keys file using the text editor of your choice.

  5. Copy that file into the /data/ssh/shell/.ssh/ folder if you want shell login too.

  6. Now to login into your phone using ssh, you need the private key (assuming it is named id_rsa) that was generated with your public key. Type this command onto your computer in the same folder as your private key file. ssh -i id_rsa root@[_your phone's local ip_]. You don't need to type the -i id_rsa if you private and public key file is in your computer's $HOME/.ssh/ folder.

You got yourself a perfectly functioning key with right permissions! (Unless you didn't follow the instructions correctly)

Edit: yes the authorized_keys file should be chmod 600

from ssh.

kbzowski avatar kbzowski commented on May 5, 2024

In my case /data/ssh/shell/.ssh/authorized_keys need to have 600 and the owner needs to be shell user (when the owner was root it did not work). You can change both using total commander.

from ssh.

wardbeyens avatar wardbeyens commented on May 5, 2024

It doesn't work. (And unsafe too (?)) The way i would fix it is:

First generate a key pair using ssh-keygen

  1. Get the public key (assuming it's named id_rsa.pub) from your computer (in $HOME/.ssh/ folder assuming you are on Linux), to your phone.
  2. Copy the contents of your public key inside your phone using root browser's text editor or any other text editor of your choice.
  3. Create a file named authorized_keys inside the /data/ssh/root/.ssh/ folder.
  4. Paste the contents of your public key into the authorized_keys file using the text editor of your choice.
  5. Copy that file into the /data/ssh/shell/.ssh/ folder if you want shell login too.
  6. Now to login into your phone using ssh, you need the private key (assuming it is named id_rsa) that was generated with your public key. Type this command onto your computer in the same folder as your private key file. ssh -i id_rsa root@[_your phone's local ip_]. You don't need to type the -i id_rsa if you private and public key file is in your computer's $HOME/.ssh/ folder.

You got yourself a perfectly functioning key with right permissions! (Unless you didn't follow the instructions correctly)

THANK YOU!!!

Can someone please put this in the Readme

from ssh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.