update-openssh-known-hosts(8)


NAME

   update-openssh-knwon-hosts - download, filter and merge known_hosts for
   OpenSSH

SYNOPSIS

   update-openssh-known-hosts [-f]

DESCRIPTION

   update-openssh-known-hosts manages downloading, filtering and  mergeing
   of  ssh_known_hosts  files from anywhere into one local file for use by
   ssh(1).

OPTIONS

   -f     treat every non-zero exit from download plugin as an error,  see
          EXIT_IGNORE below.

RETURN VALUES

   Returns zero on success and anything else on error.

ENVIRONMENT

   CONFDIR
          Configuration  directory,  defaults to /etc/openssh-known-hosts.
          Currently there is only a sources subdirectory in it.

   PLUGIN_PATH
          Plugin         search         path,         defaults          to
          /usr/local/share/openssh-known-hosts/plugins:/usr/share/openssh-known-hosts/plugins.

   CACHEDIR
          Cache directory, defaults to /var/cache/openssh-known-hosts.

   LOCK   Lockfile path, defaults to /var/lock/openssh-known-hosts.

   OUTFILE
          Output         file          name,          defaults          to
          /var/lib/openssh-known-hosts/ssh_known_hosts

SOURCE DEFINITIONS

   A source definition is shell snippet dropped into CONFDIR/sources/ with
   a run-parts(8) compliant name.  There are two variables not specific to
   a download plugin:

   PLUGIN name of the download plugin to use, searched for in PLUGIN_PATH.

   EXIT_IGNORE
          optional  space-seperated  list  of  exitcodes  which  should be
          ignored.  Upon such exit code the previously downloaded  version
          is used.

DOWNLOAD PLUGINS

   Download   plugins   are   executables  dropped  into  PLUGIN_PATH  and
   referenced via the PLUGIN variable in the source definition.  A  plugin
   gets  the  variables  set  in the source definition in its environment.
   The working directory will be set  to  the  source's  cache  directory.
   Everything  a  plugin  has  to  do  is  to  create  a file named "new".
   "current" must not be touched but  can  be  used  as  a  hint  to  skip
   downloading  the  same file again.  stdout and stderr will be connected
   to "log", which will be output on error.  Plugins needn't create  "new"
   if it would be identical to "current".

HOSTNAME FILTERS

   Place  a file foo.filter next to your source definition foo.  Each line
   shall contain a rule consisting of an action, a space  and  a  pattern.
   The  first  rule  with a matching pattern decides: If the action starts
   with a, o, p or y (for accept, admit, allow, ok, pass,  permit,  print,
   yes,  ...)  the hostname will be used, otherwise it is discarded.  If a
   key has no hostnames left it is discarded as a whole.

SEE ALSO

   ssh(1),   sshd(8),   ssh_config(5),   curl(1),    rsync(1),    psql(1),
   run-parts(8)

AUTHORS

   Timo Weingrtner <timo@tiwe.de>.

                              2014-02-03     UPDATE-OPENSSH-KNOWN-HOSTS(8)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.