From 3832cec5c4ad69fae9e5c0511294800e77012091 Mon Sep 17 00:00:00 2001 From: Asim Zeeshan Date: Sun, 30 Sep 2012 01:04:48 +0500 Subject: [PATCH] Updating menu to include 'sshkey' option --- setup-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-debian.sh b/setup-debian.sh index e5dc5d7..038a076 100755 --- a/setup-debian.sh +++ b/setup-debian.sh @@ -840,6 +840,7 @@ system) echo ' ' echo '... and now some extras' echo ' - info (Displays information about the OS, ARCH and VERSION)' + echo ' - sshkey (Generate SSH key)' echo ' - apt (update sources.list for UBUNTU only)' echo ' - ps_mem (Download the handy python script to report memory usage)' echo ' - vzfree (Install vzfree for correct memory reporting on OpenVZ VPS)'