Changes

Jump to navigation Jump to search
m
Line 34: Line 34:     
=== Additional configuration items ===
 
=== Additional configuration items ===
* To allow root access for SFTP make the folllowng change to the `/etc/ssh/sshd_config` file:
+
* To allow root access for SFTP make the folllowng change to the '''''/etc/ssh/sshd_config''''' file:
** Look for a line that says `PermitRootLogin`.  Change whatever additional text is next to it to say yes.  
+
** Look for a line that says '''''PermitRootLogin'''''.  Change whatever additional text is next to it to say yes.  
** If this line doesn't exist then add it as:  `PermitRootLogin yes`
+
** If this line doesn't exist then add it as:  '''''PermitRootLogin yes'''''
 
** Save the file  
 
** Save the file  
 
** Restart the node's SSH daemon with `systemctl restart sshd`
 
** Restart the node's SSH daemon with `systemctl restart sshd`

Navigation menu