RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. ssh
    Log in to post
    • All categories
    • P

      Problem connection SSH through client (cyberduck, filezilla, ecc)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh connection sftp retropie
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • N

      Solved: Complete beginner - is it possible to setup and configure with just my Mac?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mac beginner installation ssh vnc
      13
      0 Votes
      13 Posts
      6k Views
      obsidianspiderO

      @MEPoss Did you enable SSH?

    • spannernick1S

      Can't SHH into RetroPie no more..?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh ftp network ip address
      2
      0 Votes
      2 Posts
      1k Views
      spannernick1S

      Sorry it was me,one of the network cables had come out of the router,I have 3 routers you see but only one connects to the internet,the other 2 are used as hubs..;)

      Its been solved..

    • N

      SSH into EmulationStation?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh
      42
      0 Votes
      42 Posts
      19k Views
      N

      Thanks!

    • D

      Open Wi-Fi with Retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wi-fi retropie ssh open
      6
      0 Votes
      6 Posts
      3k Views
      mediamogulM

      This question has had me thinking all afternoon, as it could easily come up while traveling. I was thinking that there must be a way to do this without the forethought to install 'Lynx' ahead of time. After a bit of searching, I found the following at:
      https://superuser.com/questions/132392/using-command-line-to-connect-to-a-wireless-network-with-an-http-login

      You will have to look once at the source of the login form to find out the names of the user and password fields. As the authentication redirect all pages, use any URL to get that source: curl http://www.google.com > login.html For example, you'll find: <form method="POST" action="http://my-public-provider.com/agree.php"> <input type="checkbox" name="agree" value="yes">I agree <input type="submit" name="push" value="Send"> </form> Then you can build your curl command to post your form information: curl -d "agree=yes&push=Send" http://my-public-provider.com/agree.php
    • J

      Strange LAN connectivity issues

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support connect ssh
      2
      0 Votes
      2 Posts
      996 Views
      mediamogulM

      @jrmymllr

      That is strange. You can always try attaching the WiFi adapter to another machine to see if you get the same level of instability. You can also check the adapter against this list to see if there are any known issues.

    • B

      Run Command

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support run command ssh disable
      9
      0 Votes
      9 Posts
      5k Views
      meleuM

      @Concat said in Run Command:

      I didn't realize runcommand requires a specific naming convention

      I think this convention was made to match the scraper one.

    • KvitekvistK

      Root Password prevents SSH and WinSCP

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh root
      8
      0 Votes
      8 Posts
      9k Views
      meleuM

      @Kvitekvist said in Root Password prevents SSH and WinSCP:

      @meleu So, press F4 + Any key, then: sudo nano /etc/ssh/sshd_config to undo the changes i did? Is this the right steps to get there?

      I'm not sure if this was the only change you have made, but it seems the right thing to do.

      BTW: Pressing F4 only is enough to exit emulationstation.

    • D

      Fresh Install and SSH

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support putty retropie ssh fresh install
      10
      0 Votes
      10 Posts
      14k Views
      Meneer JansenM

      @dark_dryu said in Fresh Install and SSH:

      @Meneer Jansen
      Thanks for your advise. What I'm trying to archieve it to see the EmulationStation on my laptop screen via ethernet. I don't think that is possible. I tried a vncserver and when i connected with the viewer there was just a grey screen.

      I think that's impossible too. I think you need a Desktop Environment for that. And RetroPie has none per default. You might try installin LXDE though. I instaled RetroPie on top of Raspbian and Raspbian comes w/ LXDE per default. If I were you I wouldn't invest much time in it though.