Changes

stoney cloud: Multi-Node Installation

554 bytes added, 14:39, 6 September 2013
/* Manual Steps */
passwd transfer
</source>
 
Adjust sshd config to allow password authentication:
<source lang="bash">
$EDITOR /etc/ssh/sshd_config
</source>
<pre>
ListenAddress <ADMIN-IP>
ListenAddress <DATA-IP>
 
# override default of no subsystems
Subsystem sftp internal-sftp
 
[...]
 
AllowUsers admin@192.168.16.254 vmmanager vm-transfer@10.16.97.*
 
Match User vm-transfer
ChrootDirectory /var/virtualization
ForceCommand internal-sftp
AllowTcpForwarding no
</pre>
 
To apply the changes above, restart the SSH daemon:
<source lang="bash">
/etc/init.d/sshd restart
</source>
[[Category:Documentation]]
SLB
17
edits