diff options
-rwxr-xr-x | rescue/genpasswd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/genpasswd b/rescue/genpasswd index 328ced265..b7fe1f660 100755 --- a/rescue/genpasswd +++ b/rescue/genpasswd @@ -1,7 +1,7 @@ #!/usr/bin/perl system "stty -echo"; -print STDERR "Give a password: "; +print STDERR "Give a password for ssh access: "; chomp($word = <STDIN>); print STDERR "\n"; system "stty echo"; |