diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 18:09:37 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 18:11:14 -0500 |
commit | c71fa871b97700d696c5222201405ab681f0b4e9 (patch) | |
tree | 8b023d5ed5868e2d55bd0624c0f9089db5d8c0a9 /website | |
parent | ab955c8153674a61b20671dad7e83cd9c4eb7043 (diff) |
Add "true" to prerm script so that lintian will stop complaining that
the script is empty.
also small doc tweaks.
Diffstat (limited to 'website')
-rw-r--r-- | website/doc.mdwn | 4 | ||||
-rw-r--r-- | website/getting-started-user.mdwn | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/website/doc.mdwn b/website/doc.mdwn index 85d619e..47b173a 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -12,11 +12,11 @@ * [Advanced Monkeysphere usage](/advanced-user) * [Signing host keys](/signing-host-keys) - * [Understandingn trust models](/trust-models) + * [Understanding trust models](/trust-models) ## Under the hood ## - * [Developing the monkeysphere](/community) + * [Developing the Monkeysphere](/community) * [Technical details](/technical-details) ## References ## diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn index 46f9015..9e2be26 100644 --- a/website/getting-started-user.mdwn +++ b/website/getting-started-user.mdwn @@ -36,7 +36,7 @@ to the "Host *" section of your `~/.ssh/config` file: ProxyCommand monkeysphere ssh-proxycommand %h %p The "Host *" section specifies what ssh options to use for all -connections. If you don't already have a "Host *" line, you can add it +connections. If you don't already have a "Host \*" line, you can add it by entering: Host * |