SSH to Linux ? How ?
#1
I have some files i need to transfer from computer to my g box. I am running Linux on it. So anybody know how I SSH to my device . I could do it on my ATV2 with WinSCP but I am finding difficulty to do on Linux.

Any step by step guide will help and be much appreciated.

Thanks
Reply
#2
See here: SSH (wiki)
Reply
#3
zssh is a great package that can also be used to transfer files over a standard ssh session.

http://linux.byexamples.com/archives/207...r-for-ssh/

CTRL + SPACE gets you to the zssh 'console'.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#4
scp filename.mkv user@targetmachine:/path/to/where/it/is/to/go

or for bigger files try

rsync -avPp filename.mkv user@targetmachine:/path/to/where/it/is/to/go
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
Additionally, from a desktop environment I sometimes cheat and use "Connect to...", which is bundled with Gnome3 and Unity (I think).
HTPC RPI3 Kodi 17 (Krypton) v8.0.1 MR
Storage BPI 1x 500GB SSD UPnP server
Display Sony Bravia 32"
Reply

Logout Mark Read Team Forum Stats Members Help
SSH to Linux ? How ?0