« L'hyperviseur Xen sous Debian Wheezy » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 520 : Ligne 520 :
echo "AllowUsers root" >> /etc/ssh/sshd_config
echo "AllowUsers root" >> /etc/ssh/sshd_config


if [ -d ${prefix}/root/.ssh/ ]; then
if [ ! -d ${prefix}/root/.ssh/ ]; then
         mkdir -p ${prefix}/root/.ssh
         mkdir -p ${prefix}/root/.ssh
         chmod -R 700 ${prefix}/root
         chmod -R 700 ${prefix}/root
4 231

modifications

Menu de navigation