diff --git a/hooks/dapper/70-install-ssh b/hooks/dapper/70-install-ssh index 1bab83f..9ab199a 100755 --- a/hooks/dapper/70-install-ssh +++ b/hooks/dapper/70-install-ssh @@ -1,7 +1,7 @@ #!/bin/sh # # This script installs OpenSSH Server on the newly created guest. -# +# # It does this by generating the keys within the host, since guests # do not have the necessary /dev/random and /dev/urandom to generate # their own keys before boot. diff --git a/hooks/debian/70-install-ssh b/hooks/debian/70-install-ssh index 1bab83f..9ab199a 100755 --- a/hooks/debian/70-install-ssh +++ b/hooks/debian/70-install-ssh @@ -1,7 +1,7 @@ #!/bin/sh # # This script installs OpenSSH Server on the newly created guest. -# +# # It does this by generating the keys within the host, since guests # do not have the necessary /dev/random and /dev/urandom to generate # their own keys before boot. diff --git a/hooks/edgy/70-install-ssh b/hooks/edgy/70-install-ssh index 1bab83f..9ab199a 100755 --- a/hooks/edgy/70-install-ssh +++ b/hooks/edgy/70-install-ssh @@ -1,7 +1,7 @@ #!/bin/sh # # This script installs OpenSSH Server on the newly created guest. -# +# # It does this by generating the keys within the host, since guests # do not have the necessary /dev/random and /dev/urandom to generate # their own keys before boot. diff --git a/hooks/intrepid/70-install-ssh b/hooks/intrepid/70-install-ssh index 1bab83f..9ab199a 100755 --- a/hooks/intrepid/70-install-ssh +++ b/hooks/intrepid/70-install-ssh @@ -1,7 +1,7 @@ #!/bin/sh # # This script installs OpenSSH Server on the newly created guest. -# +# # It does this by generating the keys within the host, since guests # do not have the necessary /dev/random and /dev/urandom to generate # their own keys before boot. diff --git a/hooks/karmic/70-install-ssh b/hooks/karmic/70-install-ssh index 1bab83f..9ab199a 100755 --- a/hooks/karmic/70-install-ssh +++ b/hooks/karmic/70-install-ssh @@ -1,7 +1,7 @@ #!/bin/sh # # This script installs OpenSSH Server on the newly created guest. -# +# # It does this by generating the keys within the host, since guests # do not have the necessary /dev/random and /dev/urandom to generate # their own keys before boot.