Skip to main content

All Questions

Tagged with
0 votes
0 answers
298 views

iMX6 secured copy scp command fail

I am running embedded Linux on and iMX6 board. I would like to be able to put a file into my system with command 'scp'. I have Ubuntu running in a virtual machine in a desktop that has said files. ...
chris's user avatar
  • 1
3 votes
2 answers
76k views

copy file from network device to local computer via TFTP

Network device (embedded Linux) connected to local computer (Windows OS). What is tftp command to copy binary file from network device to local computer? Also, what's command to copy file in the ...
Lexx Luxx's user avatar
  • 409
0 votes
1 answer
232 views

Reach ssh server behind a router on embedded system using established socket connection

I have developed an embedded application running linux to do remote I/O control. The application open a socket connection to my server to communicate, periodically, the state of the I/O and getting ...
user2626533's user avatar
1 vote
2 answers
718 views

How to check/adjust SSH server on embedded board

I'm currently having difficulties connecting to an embedded board from my Linux machine through ssh. The embedded board is a FOX G20 V with a Linux OS. I've tried to connect to the board through ...
Adam's user avatar
  • 155
1 vote
1 answer
3k views

Connect to host port 22 connection refused, but connect to different host on port 22 connection established

I'm working with two embedded boards on my Linux machine. For one of them, I am able to connect to it through ssh on port 22 with no problems. But when I try to connect to another one on port 22, it ...
Adam's user avatar
  • 155
0 votes
1 answer
757 views

SSH from Ubuntu to embedded linux

I'm a beginner un networking. I'm trying to connect an embedded linux to my Ubuntu 12.04.3 LTS by Ethernet. I have configured the embedded system to work with a static IP adress (192.168.9.119). I'...
MokaT's user avatar
  • 101
2 votes
0 answers
815 views

Syntax highlighting in ssh sessions

I should really like to have my ssh sessions do syntax highlighting of configurations et al. of the output from my remote embedded devices. The devices cannot in any way output anything but flat text. ...
Jan's user avatar
  • 121