From 199cf4c98da0c57f50906cd7961a6195c637be17 Mon Sep 17 00:00:00 2001 From: Maarten Vanraes Date: Mon, 24 Oct 2011 21:03:49 +0000 Subject: modify password text to be clearer to it's purpose --- rescue/genpasswd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/genpasswd') 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 = ); print STDERR "\n"; system "stty echo"; -- cgit v1.2.1