SSH with normal user account

Status
Not open for further replies.

sasad000

Dabbler
Joined
May 31, 2016
Messages
30
Hello All,
My ultimate goal is to run an rysnc task from FreeNAS to FreeBSD server through SSH. I have to generate a public/private key for the FreeNAS user ("USER") .
I use "USER" remote login the FREENAS via PUTTY are success rysnc the job without password.

rsync -av --progress --delete /mnt/bk-data/ backup@192.168.1.100:/backup/bk-data

But, I login freeNAS web-> Shell or use "Rsync Tasks" will need password because default use "root".
And I try in source path add--> USER:/mnt/bk-data/ will get fail:

The source and destination cannot both be remote.


So how can I use "USER" SSH on FreeNAS.
THX!!!
 
Status
Not open for further replies.
Top