lotsa doca fixa uppa

major changes
  - (src) one error message got more detail
  - long overdue fixup to developer notes doc

plus many minor changes that have been piling up

PS: to dig into the "alliterative animal" comment, check the channel
logs around aug 23rd ;-)
This commit is contained in:
Sitaram Chamarty 2011-09-01 15:56:03 +05:30
parent c41fcc2653
commit e3bc6e7c48
6 changed files with 42 additions and 60 deletions

View file

@ -994,6 +994,8 @@ sub setup_authkeys
if ($pubkey_content =~ /\n./)
{
warn "WARNING: a pubkey file can only have one line (key); ignoring $pubkey\n" .
" Perhaps you're using a key in a different format (like putty/plink)?\n" .
" If so, please convert it to openssh format using 'ssh-keygen -i'.\n" .
" If you want to add multiple public keys for a single user, use\n" .
" \"user\@host.pub\" file names. See the \"one user, many keys\"\n" .
" section in doc/3-faq-tips-etc.mkd for details.\n";