Help for this page

Select Code to Download


  1. or download this
    if (-e !"/$home/.ssh/id_dsa.pub")
    
  2. or download this
    unless (-e "/$home/.ssh/id_dsa.pub")
    
  3. or download this
    if (-e !"/$home/.ssh/id_dsa.pub")
    {
        `ssh-keygen -t dsa`
    };
    
  4. or download this
    `ssh-keygen -t dsa` unless (-e "/$home/.ssh/id_dsa.pub");