Talk:Replace ssh with Qnapware OpenSSH: Difference between revisions

From QNAPedia
Jump to navigation Jump to search
(Created page with "1. Please could explanation be added to each line of code. I am not an expert and so get nervous types commands when it is not clear what each is doing exactly. 2. My system...")
 
m (Added the way I was able to execute steps 4-7)
 
Line 2: Line 2:


2. My system (v. 4.2) reported 'too many arguments' in steps 4-7
2. My system (v. 4.2) reported 'too many arguments' in steps 4-7
Changed to:&nbsp;<span style="font-family:courier new,courier,monospace;">ssh-keygen -t rsa -f /Apps/opt/etc/ssh/ssh_host_rsa_key -N ""</span>


3. After creating the openssh.sh there was an error starting it. It seems permissions have to be set to 755.
3. After creating the openssh.sh there was an error starting it. It seems permissions have to be set to 755.

Latest revision as of 01:40, 15 November 2016

1. Please could explanation be added to each line of code. I am not an expert and so get nervous types commands when it is not clear what each is doing exactly.

2. My system (v. 4.2) reported 'too many arguments' in steps 4-7

Changed to: ssh-keygen -t rsa -f /Apps/opt/etc/ssh/ssh_host_rsa_key -N ""

3. After creating the openssh.sh there was an error starting it. It seems permissions have to be set to 755.