in reply to Ssh Keys
which should be:if (-e !"/$home/.ssh/id_dsa.pub")
Otherwise, you're just checking the existance of a file named "" (undef, coerced to a string). {grin}if (! -e "/$home/.ssh/id_dsa.pub")
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|