Changes

stoney cloud: Multi-Node Installation

5 bytes added, 14:51, 6 September 2013
/* Manual Steps */
</source>
Adjust sshd config to allow Allow password authenticationfor the transfer user:
<source lang="bash">
$EDITOR /etc/ssh/sshd_config
</source>
 
<pre>
[...]
 
Match User transfer
PasswordAuthentication yes
 
[...]
</pre>
 
To apply the changes above, restart the SSH daemon:
SLB
17
edits