Questions tagged [ssh]
Acronym that stand for Secure Shell it refers to a cryptographic network protocol for shell.
7 questions
1
vote
1
answer
88
views
Why do I have to burn the code to make it run? [closed]
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 ...
1
vote
1
answer
970
views
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 ...
0
votes
3
answers
1k
views
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 ...
0
votes
1
answer
103
views
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 ...
0
votes
1
answer
1k
views
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 [email protected]:/root
scp ~/Users/SSCirrus/Documents/index.html root@...
1
vote
1
answer
4k
views
Arduino yun as ssh client
Is it possible to set the Arduino Yun up as an ssh client? If so, how?
2
votes
0
answers
258
views
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 ...