How to enable SSH on Voxel Image with existing telnet

3 posts / 0 new
Last post
sunmenone
sunmenone's picture
How to enable SSH on Voxel Image with existing telnet

Hello,

is there an easy way to enable SSH on the voxel image? Telnet is running. But I would like to use SSH as well

kamoj
kamoj's picture
From Voxel's own instructions

From Voxel's own instructions:

1. Copy your authorized_keys file to a USB stick (any filesystem, maybe even FAT or NTFS) and attach it to the router
2. Enable telnet at this page http://routerlogin.net/debug.htm
3. Telnet to your router.
4. Create the directory /root/.ssh: mkdir /root/.ssh
5. Copy your authorized_keys file to this created directory,
   eg using on of these commends depending on how your USB is mounted:
   cp /mnt/sda1/authorized_keys /root/.ssh
   cp /mnt/sdb1/authorized_keys /root/.ssh
6. Change permissions 0600 for this file: chmod 0600 /root/.ssh/authorized_keys
7. Reboot router: reboot
 
kamoj
kamoj's picture
And please read the Voxel

And please read the Voxel readme.docx. It explains more and better then this I just wrote.
(I happened to press Save instead of Preview, and can't find out how to edit my post)