Git Product home page Git Product logo

Comments (8)

Asherslab avatar Asherslab commented on September 1, 2024 2

you usually don't have a .pem file. your id_rsa is your private key. and id_rsa.pub is your public key.

which just reminded me! you need to use the id_rsa file, not the .pub file.

I made this exact mistake earlier today, the README is confusing

from sampler.

e4c6 avatar e4c6 commented on September 1, 2024 1

I can confirm that this is not an issue on my part. Tried to ssh to my own machine as well with -i over the net and somehow password prompt still shows up.

Edit: init: ssh ignores -i / rsa.pub however i try.

from sampler.

sqshq avatar sqshq commented on September 1, 2024

@WaffleMongeringShit please try with pty: true option

from sampler.

sqshq avatar sqshq commented on September 1, 2024

Also you can update on Sampler 1.0.1, it should work without PTY. But anyway for better formatting I recommend to use PTY in this case.

sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler

from sampler.

e4c6 avatar e4c6 commented on September 1, 2024

Hey, thanks for the response. However if i enable pty i get asked "[email protected]'s password" although i init with

init: ssh -i /home/user/.ssh/id_rsa.pub -t user@host

I can't enter the pass (sampler doesnt register keys) and fall back to Permission denied (publickey, password). What am i doing wrong here?

I can ssh from terminal to pi without having to enter pass.

from sampler.

Asherslab avatar Asherslab commented on September 1, 2024

Okay, i know this may sound stupid. But have you setup the public key on your raspberry pi?
do you have the correct chmod settings in your /home/user/.ssh folder, and files within?
(700 for folder, 600 for private key, 644 for public key)

from sampler.

e4c6 avatar e4c6 commented on September 1, 2024

Okay, i know this may sound stupid. But have you setup the public key on your raspberry pi?
do you have the correct chmod settings in your /home/user/.ssh folder, and files within?
(700 for folder, 600 for private key, 644 for public key)

Hey, thanks for the reply. I just simply followed the digital ocean guide and then ssh-copy-id to the raspberry. I'll try to set chmod settings as you described. That's why i don't have a .pem file, just id_rsa and id_rsa.pub

from sampler.

e4c6 avatar e4c6 commented on September 1, 2024

you usually don't have a .pem file. your id_rsa is your private key. and id_rsa.pub is your public key.

which just reminded me! you need to use the id_rsa file, not the .pub file.

I made this exact mistake earlier today, the README has .pub, but that's wrong

Dude you just saved my life. LMAO. THANKS! It works now..

from sampler.

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.