Questions tagged [ssh]
Acronym that stand for Secure Shell it refers to a cryptographic network protocol for shell.
7 questions
1
vote
1
answer
89
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 ...
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
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@...
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 ...