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