newbie, replication

Status
Not open for further replies.

winanjaya

Cadet
Joined
Mar 22, 2012
Messages
8
Dear All,

I am new with FreeNAS

I have 2 FreeNAS 8.0.4 and I am trying to do replication as below:

FreeNAS A: 172.16.0.40 as Master (the host to replicate from)
FreeNAS B: 172.16.0.33 as Slave (the host to replicate to)

on A: I copied from /data/ssh/replication.pub to B using scp
on B: I copied from /data/ssh/replication.pub to A using scp

then I paste the contents of each file into /root/.ssh/authorized_keys

and lastly: I have ran on B: more--> /data/ssh/replication.pub to get the output and add it into Replication Window in "Remote hostkey" field.

my problem:

from (A) 172.16.0.40, I able to ssh -i /data/ssh/replication 172.16.0.33 (without password prompting)
but
from (B) 172.16.0.33, I unable to do ssh -i /data/ssh/replication 172.16.0.40 (it keeps prompt the password)


I followed the article below for my references:

http://doc.freenas.org/index.php/Replication_Tasks#Configuring_SSH_Key_Based_Authentication
http://masterofnull.com/2011/07/28/freenas-8-0-1-zfs-replication-setup/
http://doc.freenas.org/index.php/Talk:Replication_Tasks

I need help

Thanks & Regards
Winanjaya
 
Status
Not open for further replies.
Top