Changes

Jump to navigation Jump to search
Line 24: Line 24:  
   
 
   
 
  # generate host keys and a key for root
 
  # generate host keys and a key for root
  ssh-keygen -q -N '' -f /etc/ssh/ssh_host_rsa_key -t rsa
+
  ssh-keygen -q -N "" -f /etc/ssh/ssh_host_rsa_key -t rsa
  ssh-keygen -q -N '' -f /etc/ssh/ssh_host_dsa_key -t dsa
+
  ssh-keygen -q -N "" -f /etc/ssh/ssh_host_dsa_key -t dsa
  ssh-keygen -q -N '' -f /root/.ssh/id_rsa -t rsa
+
  ssh-keygen -q -N "" -f /root/.ssh/id_rsa -t rsa
 
   
 
   
 
  # setup backups (remember to install root's key on backup host)
 
  # setup backups (remember to install root's key on backup host)

Navigation menu