hi all!!
I am new for this forum.
I have many issues with FreeNAS. I am not using the GUI, I am using it through ssh.
1) I need to access without putting the password. I have created the
id_rsa.pub file on the source computer and appended it through cat in my FreeNAS server.
The problem is that this is the third id_rsa.pub file that I append and it is always erase automatically from the system after few minutes...
It seems that only two authorized keys can be handled: is it true??
2) If I start a rsync process in remote, via ssh, I see that this process lasts for maximum 20 minutes, then it is reset...
I have already changed the
/etc/ssh/ssh_config file in the following way:
but nothing changes... It seems like a timeout problem, as the log file says
but I cannot fix it...
Can anyone help, please?
Thanks and regards
H
I am new for this forum.
I have many issues with FreeNAS. I am not using the GUI, I am using it through ssh.
1) I need to access without putting the password. I have created the
id_rsa.pub file on the source computer and appended it through cat in my FreeNAS server.
The problem is that this is the third id_rsa.pub file that I append and it is always erase automatically from the system after few minutes...
It seems that only two authorized keys can be handled: is it true??
2) If I start a rsync process in remote, via ssh, I see that this process lasts for maximum 20 minutes, then it is reset...
I have already changed the
/etc/ssh/ssh_config file in the following way:
Code:
ServerAliveCountMax 700 ServerAliveInterval 100 ClientAliveInterval 120 ClientAliveCountMax 720 UseRoaming no ~
but nothing changes... It seems like a timeout problem, as the log file says
Code:
rsync error: unexplained error (code 255) at rsync.c(551) [sender=3.0.9]
but I cannot fix it...
Can anyone help, please?
Thanks and regards
H
Last edited by a moderator: