Questions tagged [ssh]

Acronym that stand for Secure Shell it refers to a cryptographic network protocol for shell.

Secure Shell, or SSH, is a cryptographic (encrypted) network protocol operating at layer 7 of the OSI Model to allow remote login and other network services to operate securely over an unsecured network.

SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server.

7 questions
2
votes
0 answers

How can I automatically start a LAN connection?

I have a Samsung Galaxy Note 10.1 with JuiceSSH installed. I also have Debian Linux installed via chroot. I'll be ordering an Intel Galileo to use as a portable compilation server. I have an attachment for the Note 10.1 that serves as a USB and an…
Theo Chronic
  • 121
  • 1
1
vote
1 answer

Why do I have to burn the code to make it run?

Why do I have to burn the code twice to actually burn it on to the Arduino board? I have to execute this command twice - only then is the chip getting programmed. I'm using this command to burn the program into the Arduino Uno board using a Rasp Pi…
user137442
  • 19
  • 1
1
vote
1 answer

How to ssh via USB Ethernet adapter

For a few days now, I have been connecting to my board which is hooked up to my router through a clutter of wires, over Wi-Fi. To spare my family from the risk of tripping, or hogging the extension cords all to myself, I'm looking for a way to…
madprogramer
  • 121
  • 5
1
vote
1 answer

Arduino yun as ssh client

Is it possible to set the Arduino Yun up as an ssh client? If so, how?
Joem
  • 11
  • 1
  • 2
0
votes
3 answers

What is the best board for setting up an SSH protocol to an Arduino?

I currently have a project using an Arduino R3, set up across the room from my computer. This has become quite annoying, as every time I want to push something to the Arduino I have to get up and move either the computer or the Arduino to another…
Ely Eastman
  • 101
  • 3
0
votes
1 answer

SSH and web interface broken on Yun

I have two Arduino Yuns that are not accessible at all on the network. I can't go to the arduinoname.local, ssh arduinoname.local, as I previously could. I know at least one it working because it sends emails as I programmed it, yet it seems there…
NoBugs
  • 121
  • 1
  • 7
0
votes
1 answer

How to copy files from local computer to Yun with scp?

I need to transfer files from my local machine to my Arduino Yun. I have tried: scp /Users/SSCirrus/Documents/index.html root@arduino.local:/root scp ~/Users/SSCirrus/Documents/index.html root@arduino.local:/root # No such file or directory…
sscirrus
  • 177
  • 1
  • 10