Changeset 594

Show
Ignore:
Timestamp:
05/29/08 10:56:12 (3 months ago)
Author:
free
Message:

Create .ssh dir if it does not exist

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/lib/server.sh

    r592 r594  
    456456 
    457457    if ! exists "/root/.ssh/authorized_keys"; then 
     458        mkdir -p  /root/.ssh 
     459        chmod 700 /root.ssh 
    458460        cp $key /root/.ssh/authorized_keys 
    459461    fi