I recently purchased Terra-Master F4-220 but I can not sign in via ssh. I thing is I don't think it's on the TM end, I think it's on my debian server's end. When I do try and connect this is what I get.
$ssh root@192.168.1.2
/etc/ssh/ssh_config: line 55: Bad configuration option: permitrootlogin
/etc/ssh/ssh_config: line 55: Bad configuration option: allowusers
/etc/ssh/ssh_config: terminating, 2 bad configuration options
Here is a sample of the tail end of the /etc/ssh/ssh_config file.
PermitRootLogin yes
AllowUsers root garrett media plex rsync
Any ideas as to what the problem could be. I purchased the TM becaue I thought it would be easier to maintain my movies and tv shows media server than the headless debian server I built and am currently using. The TM can install Plex and DLNA with just a click. All I am trying to do is copy the movies files currently store on my debian server to the TM. Thanks for any help.