Remember
Register
Home
/
Support
/
Support Forum
/
how to auto login into ssh on a squashfs
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,413)
Digi TransPort
(785)
Digi Connect Cellular
(443)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
how to auto login into ssh on a squashfs
0
votes
Hi All,
I will like ssh autologin into my Digi Connect 9210 board which is currently running squashfs.
How can I achieve this, as I can't copy the ssh generated keys to the target filesystem directory.
Regards
onio
linux
asked
Jan 24, 2014
in
Linux
by
olaoni
New to the Community
(
12
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
> I can't copy the ssh generated keys to the target filesystem directory.
You can't on already running system, but you can include those keys in to your rootfs when you building it on the host in digiESP using add_files.sh script in your rootfs project.
Or if you are not terribly running out of space convert squashfs to jffs2. Let me know if you need the instructions.
or you have by default extra space in flash for userfs jffs2 writable partition. put your keys there and create a symbloic link to the file from squashfs rootfs using add_files.h when you building it.
answered
Jan 30, 2014
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
Please
log in
or
register
to add a comment.
...