ssh-import-id-5.7/0000775000175000017500000000000013131235074014245 5ustar kirklandkirklandssh-import-id-5.7/ChangeLog0000664000175000017500000004627613131235074016036 0ustar kirklandkirklandssh-import-id (5.7) released; urgency=medium [ Scott Moser ] * ssh_import_id/__init__.py: LP: #1570997 - read_keyfile: use getpass and expanduser if HOME not set. If the HOME environment variable was not set, then use getpass and expanduser to try to find the right path. Recreate was as simple as: env -u HOME ssh-import-id bob [ Dustin Kirkland ] * ssh_import_id/__init__.py: - fix typo, missing colon -- Dustin Kirkland Fri, 16 Sep 2016 10:13:35 -0500 ssh-import-id (5.6-0ubuntu1) yakkety; urgency=medium [ Mitsuya Shibata ] * ssh_import_id/__init__.py: LP: #1565275 - fix bug, where only the last key from github was getting added -- Dustin Kirkland Fri, 16 Sep 2016 10:13:31 -0500 ssh-import-id (5.5-0ubuntu1) xenial; urgency=medium * debian/control, debian/rules, setup.py, ssh_import_id/__init__.py: - patches adapted from Barry Warsaw - drop pkg_resources as a dependency - hardcode/update module version in __init__.py - should fix python 3.5 unit test failures -- Dustin Kirkland Thu, 18 Feb 2016 12:38:56 -0800 ssh-import-id (5.4-0ubuntu1) xenial; urgency=medium * debian/rules: - disable python 3.5 tests; fix ftbfs as unit tests try to import ssh_import_id, which is the module we're trying to build here -- Dustin Kirkland Tue, 16 Feb 2016 16:54:14 -0800 ssh-import-id (5.3-0ubuntu1) xenial; urgency=medium * setup.py: - try fixing ftbfs by removing py_modules -- Dustin Kirkland Tue, 16 Feb 2016 12:16:57 -0800 ssh-import-id (5.2-0ubuntu1) xenial; urgency=medium * debian/control: - try to fix ftbfs, seems we need python3-requests in the build stage -- Dustin Kirkland Tue, 16 Feb 2016 11:24:48 -0800 ssh-import-id (5.1-0ubuntu1) xenial; urgency=medium * debian/control: - add shlibs to depends, hopefully fix ftbfs -- Dustin Kirkland Thu, 11 Feb 2016 22:13:39 -0600 ssh-import-id (5.0-0ubuntu1) xenial; urgency=medium * === added directory etc, === added directory etc/ssh, === added directory ssh_import_id, === added directory usr, === added directory usr/bin, === added directory usr/share, === added directory usr/share/man, === added directory usr/share/man/man1, bin/ssh-import-id-gh => usr/bin/ssh-import-id-gh, bin/ssh-import-id- lp => usr/bin/ssh-import-id-lp, bin/ssh-import-id => ssh_import_id/__init__.py (properties changed: +x to -x), debian/control, debian/install, debian/manpages, debian/rules, === removed directory bin, setup.py, ssh-import-id.1 => usr/share/man/man1/ssh-import-id.1, ssh_import_id => etc/ssh/ssh_import_id, usr/bin/ssh-import-id: - build depend on dh-python - simplify package install, etc/ and usr/ - syntax check both locations - build an ssh_import_id python package/module - put all common functionality into an ssh_import_id module - add a browser useragent string, for protocol version support on the server - move ssh-import-id-lp and ssh-import-id-gh functionality into a base python function, and wrap those with shell - remove a couple of subcommand shell outs by using native python calls * setup.py, ssh_import_id/__init__.py: - bump major version to 5.0, major changes here * debian/rules, setup.py: - add scripts back to setup.py * ssh_import_id/__init__.py: - add extra blank line back, for readability * debian/control, ssh_import_id/__init__.py: - use pkg_resources to get __version__, depend on package -- Dustin Kirkland Sat, 30 Jan 2016 09:46:50 -0600 ssh-import-id (4.5-0ubuntu1) wily; urgency=medium [ Andres Riancho and Dustin Kirkland ] * bin/ssh-import-id-gh: LP: #1397332 - handle two github error conditions (rate limiting and user not found) -- Dustin Kirkland Mon, 05 Oct 2015 18:32:53 -0500 ssh-import-id (4.4-0ubuntu1) wily; urgency=medium * bin/ssh-import-id-gh, bin/ssh-import-id-lp, setup_helpers.py, setup.py: LP: #1428840 - make ssh-import-id work with both python2.7 and python3 - revert previous changes with classifiers and testing for python3 -- Dustin Kirkland Mon, 05 Oct 2015 18:15:51 -0500 ssh-import-id (4.3-0ubuntu1) wily; urgency=medium * === added symlink README, setup.py, === target is uREADME.md: - fix setup.py classifiers * setup.py: - require 3.2 final * setup.py (properties changed: -x to +x): - make executable -- Dustin Kirkland Mon, 05 Oct 2015 17:52:27 -0500 ssh-import-id (4.2-0ubuntu1) wily; urgency=medium [ Barry Warsaw and Dustin Kirkland ] * setup_helpers.py, setup.py: - ensure that pypi/pip installs require python3, https://github.com/cmars/ssh-import-id/issues/6 -- Dustin Kirkland Mon, 05 Oct 2015 17:44:17 -0500 ssh-import-id (4.1-0ubuntu1) vivid; urgency=medium * setup.py: - clean up some whitespace and indenting issues -- Dustin Kirkland Tue, 06 Jan 2015 14:39:26 -0600 ssh-import-id (4.0-0ubuntu1) utopic; urgency=low [ Andrew Starr-Bochicchio ] * Port to python3 (LP: #1252474). [ Dustin Kirkland ] * setup.py: - bump to 4.0, to note the significant change to python3 -- Dustin Kirkland Mon, 28 Apr 2014 15:12:44 -0700 ssh-import-id (3.21-0ubuntu1) trusty; urgency=low * bin/ssh-import-id: LP: #1285295 - re-authorizing existing keys should exit 0 - update logging -- Dustin Kirkland Thu, 27 Feb 2014 09:39:22 -0600 ssh-import-id (3.20-0ubuntu1) trusty; urgency=low * bin/ssh-import-id: LP: #1274426 - ensure that we exit zero if any of the id's that we try to import affect 0 keys (ie, if we fail to do something we were asked to do) - however, we should continue to try to succeed, as much as possible, even if one of the earlier accounts failed -- Dustin Kirkland Thu, 30 Jan 2014 09:22:45 +0000 ssh-import-id (3.19-0ubuntu1) saucy; urgency=low * debian/control: - drop the breaks/replaces ssh-import; this package hasn't existed for eons; we should never realistically encounter it any more - add vcs-browser -- Dustin Kirkland Fri, 16 Aug 2013 15:33:24 -0500 ssh-import-id (3.18-0ubuntu1) saucy; urgency=low * attic/ssh-import-id, attic/ssh-import-id.py, === removed directory attic: - fully deprecate the old versions of these scripts; no longer necessary * debian/control: - bump standards - merge some minor changes from Andrew Starr-Bochicchio - add Andrew Starr-Bochicchio as an uploader - adjust formatting and indentation to match Andrew's * debian/copyright: - update debian copyright file format * debian/postinst: - add inline comments for Debian * debian/watch: - add a debian watch file -- Dustin Kirkland Fri, 16 Aug 2013 15:17:16 -0500 ssh-import-id (3.17-0ubuntu1) saucy; urgency=low * Another no-change release for Ubuntu -- Dustin Kirkland Mon, 29 Apr 2013 09:49:51 -0500 ssh-import-id (3.16-0ubuntu1) saucy; urgency=low * Empty release for upload to Ubuntu saucy - ssh-import-id 3.15 was released after raring closed, but before saucy opened -- Dustin Kirkland Mon, 29 Apr 2013 09:40:34 -0500 ssh-import-id (3.15-0ubuntu1) sexy; urgency=low * bin/ssh-import-id: LP: #1172434 - create the keyfile destination directory, if necessary -- Dustin Kirkland Wed, 24 Apr 2013 21:41:01 -0500 ssh-import-id (3.14-0ubuntu1) raring; urgency=low * bin/ssh-import-id-gh, bin/ssh-import-id-lp: LP: #1155252 - python requests module must be >= 1.1.0, for ssl certificate verification and proper quoting; fall back to wget if module is available, but older -- Dustin Kirkland Fri, 15 Mar 2013 10:12:40 -0500 ssh-import-id (3.13-0ubuntu1) raring; urgency=low * debian/rules: - fix FTBFS, no need to syntax check setup.py -- Dustin Kirkland Fri, 15 Feb 2013 16:58:04 -0600 ssh-import-id (3.12-0ubuntu1) raring; urgency=low * debian/control: - note github.com in the package description * bin/ssh-import-id, ssh-import-id.1: - rename the --revoke option to --remove - we're not really "revoking" keys, but rather just removing them from the authorized_keys file -- Dustin Kirkland Fri, 15 Feb 2013 15:03:53 -0600 ssh-import-id (3.11-0ubuntu1) raring; urgency=low * bin/ssh-import-id: - cleanup tempfiles left around in case we die() early -- Dustin Kirkland Fri, 08 Feb 2013 12:35:13 -0600 ssh-import-id (3.10-0ubuntu1) raring; urgency=low * bin/ssh-import-id: - show key type in info messages -- Dustin Kirkland Thu, 07 Feb 2013 17:45:18 -0600 ssh-import-id (3.9-0ubuntu1) raring; urgency=low * bin/ssh-import-id-lp: - ensure that URL is not None before using it - fixes exception when URL is not defined in config file and not in the environment -- Dustin Kirkland Thu, 07 Feb 2013 11:33:29 -0600 ssh-import-id (3.8-0ubuntu1) raring; urgency=low * No change release; our Python and Debian/Ubuntu version numbers got out of sync due to a bug in my release script -- Dustin Kirkland Thu, 07 Feb 2013 11:20:40 -0600 ssh-import-id (3.7-0ubuntu1) raring; urgency=low * bin/ssh-import-id-lp: - another fix for Mac OS X -- Dustin Kirkland Thu, 07 Feb 2013 10:16:59 -0600 ssh-import-id (3.6-0ubuntu1) raring; urgency=low * setup.py: - fix pip install on Mac -- Dustin Kirkland Thu, 07 Feb 2013 09:52:36 -0600 ssh-import-id (3.5-0ubuntu1) raring; urgency=low * bin/ssh-import-id, ssh-import-id.1: - support key revocation through a -r|--revoke option - only revokes keys that we label as adding (starting with this release) * debian/control, debian/rules, setup.py: - fix lintian warnings - clean up pypi pkginfo -- Dustin Kirkland Wed, 06 Feb 2013 16:39:54 -0600 ssh-import-id (3.4-0ubuntu1) raring; urgency=low * setup.py: - bump version * debian/control, debian/rules: - run pep8 at build for python syntax checking - still trying to fix 10.04 build * bin/ssh-import-id-lp: - fix pep8 warning -- Dustin Kirkland Tue, 05 Feb 2013 17:37:53 -0600 ssh-import-id (3.3-0ubuntu1) raring; urgency=low * debian/control, debian/rules: - get this building on 10.04/lucid, borrowed build logic from swift -- Dustin Kirkland Tue, 05 Feb 2013 12:42:21 -0600 ssh-import-id (3.2-0ubuntu1) raring; urgency=low * debian/control: - need setuptools for compilation -- Dustin Kirkland Tue, 05 Feb 2013 11:53:45 -0600 ssh-import-id (3.1-0ubuntu1) raring; urgency=low * debian/control: - ensure we have python packaging build dependencies * debian/control, debian/rules: - clean up python build dependencies, fix problem where dh_pysupport pulls in python-support as a dependency -- Dustin Kirkland Tue, 05 Feb 2013 10:05:21 -0600 ssh-import-id (3.0-0ubuntu1) raring; urgency=low [ Dustin Kirkland ] * setup.py: - bump major version to 3.x since this is a complete rewrite in Python - add support for gh:username (github) as well as lp:username (launchpad) * bin/ssh-auth-id => bin/ssh-import-id, bin/ssh-auth-id-gh => bin/ssh- import-id-gh, bin/ssh-auth-id-lp => bin/ssh-import-id-lp, README.md, setup.py: - rename Casey's ssh-auth-id command to ssh-import-id with this merge * bin/ssh-import-id, bin/ssh-import-id-gh, bin/ssh-import-id-lp, setup.py: - get these pep8 clean with pep8 --verbose --repeat --ignore W191,E501 * bin/ssh-import-id, bin/ssh-import-id-gh, bin/ssh-import-id-lp: - drop the "starts with ssh-" check - bad assumption, since my ecdsa key starts with "ecdsa-sha2-nistp256" - if it's a bad key, then ssh-keygen -l -f will shake that out - support wget as a fallback, when python requests module is not available - loop over each id in argv - import subprocess * === added directory attic, debian/control, ssh-import-id => attic/ssh-import-id, ssh-import-id.py => attic/ssh-import-id.py: - relocate the old shell utility and the monolithic python utility to the attic for now; these should be removed entirely from the source tree in due time * debian/install: - remove binaries from the install, let setup.py handle these for us * bin/ssh-import-id: - support -o|--output - for stdout - return all parts of the fingerprint on validation (size, hash, name, type) - index into the fingerprint for the hash - print all parts of the fingerprint in info messages + this is essential to the security of ssh-import-id, for key fingerprint collision avoidance - use a helper function to print to stdout just as easily a filename - identify keys by their tuple, [length, hash, type] * debian/links, README.md, ssh-import-id.1: - update documentation * bin/ssh-import-id-lp, debian/postinst, ssh_import_id: - support URL environment variable and system-wide URL definition in conf file - port conf file from shell to JSON syntax - add a postinst script to smooth migration from ssh-import-id < 3.0 - ignore errors in postinst script (nothing more we can do, really) * bin/ssh-import-id-gh, bin/ssh-import-id-lp, debian/postinst, ssh_import_id: - use wget --no-verbose rather than --quiet, so that error messages from wget (such as SSL cert errors) get propagated - use json syntax for configuration file * bin/ssh-import-id: - stdout file descriptor cannot be opened multiple times cleanly [ Casey Marshall and Dustin Kirkland ] * === added directory bin, bin/ssh-auth-id, bin/ssh-auth-id-gh, bin/ssh-auth-id-lp, LICENSE, README.md, setup.py: - import Casey's subcommands implementation from his ssh-auth-id fork on github -- Dustin Kirkland Tue, 05 Feb 2013 01:38:31 -0600 ssh-import-id (2.13-0ubuntu1) raring; urgency=low * ssh-import-id: - completely rewrite the validate_keys function - fix our broken, crappy regular expressions, and instead, rely on SSH's ssh-keygen -l to validate keys by calculating fingerprints - display fingerprints on stderr, such that users can verify those or discard it * debian/control: - depend on openssh-client, which provides the ssh-keygen command - bump standards -- Dustin Kirkland Tue, 23 Oct 2012 17:31:55 -0500 ssh-import-id (2.12-0ubuntu1) quantal; urgency=low [ Jani Uusitalo ] * ssh_import_id: LP: #997143 - fix typo in comment -- Dustin Kirkland Sat, 12 May 2012 19:58:12 -0700 ssh-import-id (2.11-0ubuntu1) quantal; urgency=low [ Dražen Lučanin ] * ssh-import-id: LP: #990501 - ensure there are newlines at the end of keys - add 2 blank lines between each key for readability -- Dustin Kirkland Sun, 06 May 2012 10:46:33 -0500 ssh-import-id (2.10-0ubuntu1) precise; urgency=low * === added directory img, img/ssh-import-id_14.png, img/ssh-import- id_192.png, img/ssh-import-id_64.png, img/ssh-import-id.png: - add logos to revision control * ssh-import-id, ssh-import-id.1: LP: #944367 - add -e parameter, which says "don't clean my environment" - helps if someone needs to set $https_proxy -- Dustin Kirkland Sat, 03 Mar 2012 08:32:25 -0600 ssh-import-id (2.9-0ubuntu1) precise; urgency=low * debian/control: - we don't technically break openssh-server; this could cause openssh-server to be removed; that's bad -- Dustin Kirkland Tue, 31 Jan 2012 16:01:56 -0600 ssh-import-id (2.8-0ubuntu1) precise; urgency=low [ Soren Hansen ] * ssh-import-id: LP: #918131 - Sequences of a's were getting filtered from public keys -- Dustin Kirkland Wed, 18 Jan 2012 09:48:23 -0600 ssh-import-id (2.7-0ubuntu1) precise; urgency=low * ssh-import-id: LP: #885205, LP: #702932 - fix bug where lines are merged if they don't include a "= " - instead, check for lines that begin with "^ssh-" * ssh-import-id: - line up sed whitespace -- Dustin Kirkland Mon, 16 Jan 2012 17:42:51 -0600 ssh-import-id (2.6-0ubuntu1) precise; urgency=low * Revert the last commit, removing the ssh-import-lp-id link, as this breaks tab completion. Instead, let's fix the ssh-import-lp-id caller and SRU it; LP: #870112 -- Dustin Kirkland Wed, 14 Dec 2011 09:07:00 -0600 ssh-import-id (2.5-0ubuntu2) oneiric; urgency=low * provide a symlink so ssh-import-id can be invoked as ssh-import-lp-id (LP: #870112) -- Scott Moser Fri, 07 Oct 2011 13:08:44 -0400 ssh-import-id (2.5-0ubuntu1) natty; urgency=low * ssh-import-id: enable users to override URL with a per-use environment variable -- Dustin Kirkland Wed, 20 Apr 2011 15:38:50 -0400 ssh-import-id (2.4-0ubuntu1) natty; urgency=low [ Scott Moser ] * ssh-import-id: - fix import of users whose keys have blank lines and dos EOL - do not require /etc/ssh/ssh_import_id to be present -- Dustin Kirkland Fri, 15 Apr 2011 09:48:30 -0500 ssh-import-id (2.3-0ubuntu1) natty; urgency=low * ssh-import-id: ensure that ~/.ssh is created, fix regression introduced by smoser ;-) -- Dustin Kirkland Tue, 11 Jan 2011 11:12:40 -0600 ssh-import-id (2.2-0ubuntu1) natty; urgency=low [ Scott Moser ] * use getopt, send 'info' to stderr, add '--output', LP: #688574 - support '--help' - add '--output' or '-o' option to write downloaded and verified data to a named file (supporting '-' for stdout) rather that writing to users .ssh/authorized_keys - send 'info' output to standard error rather than standard out This is required to deal with '--output -' * remove carriage returns from key strings (LP: #651698) [ Dustin Kirkland ] * ssh-import-id.1: updated to reflect smoser's changes * debian/install, ssh_import_id, ssh-import-id: allow for URL to be admin-configurable, to point to other SSH public key stores besides Launchpad.net * ssh-import-id.1: document /etc/ssh/ssh_import_id -- Dustin Kirkland Mon, 10 Jan 2011 12:56:32 -0600 ssh-import-id (2.1-0ubuntu1) natty; urgency=low * debian/control: change the Conflicts to a Breaks, as pointed out by cjwatson, per Debian policy section 7.6 -- Dustin Kirkland Wed, 05 Jan 2011 08:59:24 -0600 ssh-import-id (2.0-0ubuntu1) natty; urgency=low * Split the ssh-import-id utility out of the openssh package; cjwatson doesn't want to see bugs about the tool, nor be bothered with the maintenance thereof, hence a new package * Relicensing the code and documentation from BSD -> GPLv3 -- Dustin Kirkland Tue, 04 Jan 2011 16:16:30 -0600 ssh-import-id-5.7/README.md0000664000175000017500000000451312104115002015512 0ustar kirklandkirkland ssh-import-id =========== You're logged onto a cloud instance working on a problem with your fellow devs, and you want to invite them to log in and take a look at these crazy log messages. What do? Oh. You have to ask them to cat their public SSH key, paste it into IRC (wait, no, it's id\_rsa.pub, not id\_rsa silly!) then you copy it and cat it to the end of authorized\_hosts. That's where ssh-import-id comes in. With ssh-import-id, you can add the public SSH keys from a known, trusted online identity to grant SSH access. Currently supported identities include Github and Launchpad. Usage ----- ssh-import-id uses short prefix to indicate the location of the online identity. For now, these are: 'gh:' for Github 'lp:' for Launchpad Command line help: usage: ssh-import-id [-h] [-o FILE] USERID [USERID ...] Authorize SSH public keys from trusted online identities. positional arguments: USERID User IDs to import optional arguments: -h, --help show this help message and exit -o FILE, --output FILE Write output to file (default ~/.ssh/authorized_keys) Example ------- If you wanted me to be able to ssh into your server, as the desired user on that machine you would use: $ ssh-import-id gh:cmars You can also import multiple users on the same line, even from different key services, like so: $ ssh-import-id gh:cmars lp:kirkland Used with care, it's a great collaboration tool! Installing ---------- ssh-import-id can be installed on Python >= 2.6 with a recent version of pip: $ pip install ssh-import-id ssh-import-id requires a recent version of Requests (>=1.1.0) for verified SSL/TLS connections. Extending --------- You can add support for your own SSH public key providers by creating a script named ssh-import-id-*prefix*. Make the script executable and place it in the same bin directory as ssh-import-id. The script should accept the identity username for the service it connects to, and output lines in the same format as an ~/.ssh/authorized\_keys file. If you do develop such a handler, I recommend that you connect to the service with SSL/TLS, and require a valid certificate and matching hostname. Use Requests.get(url, verify=True), for example. Credits ------- This project is authored and maintained by Dustin Kirkland, Scott Moser, and Casey Marshall. ssh-import-id-5.7/LICENSE0000664000175000017500000010451312104015464015254 0ustar kirklandkirkland GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ssh-import-id-5.7/README0000777000175000017500000000000012604577073016413 2README.mdustar kirklandkirklandssh-import-id-5.7/setup.py0000775000175000017500000000277312767006037016004 0ustar kirklandkirkland#!/usr/bin/env python3 # # ssh-import-id - Authorize SSH public keys from trusted online identities. # Copyright (c) 2013 Casey Marshall # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see . import os from setuptools import setup from ssh_import_id import __version__ try: readme = open(os.path.join(os.path.dirname(__file__), "README.md")).read() except: readme = "See: http://pypi.python.org/pypi?name=ssh-import-id&:action=display_pkginfo" setup( name='ssh-import-id', description='Authorize SSH public keys from trusted online identities', long_description=readme, version=__version__, author='Dustin Kirkland, Casey Marshall', author_email='dustin.kirkland@gmail.com, casey.marshall@gmail.com', license="GPLv3", keywords="ssh public key", url='https://launchpad.net/ssh-import-id', platforms=['any'], packages=['ssh_import_id'], scripts=['usr/bin/ssh-import-id', 'usr/bin/ssh-import-id-gh', 'usr/bin/ssh-import-id-lp'], install_requires=["Requests>=1.1.0"], ) ssh-import-id-5.7/usr/0000775000175000017500000000000012652715653015073 5ustar kirklandkirklandssh-import-id-5.7/usr/share/0000775000175000017500000000000012652715653016175 5ustar kirklandkirklandssh-import-id-5.7/usr/share/man/0000775000175000017500000000000012652715653016750 5ustar kirklandkirklandssh-import-id-5.7/usr/share/man/man1/0000775000175000017500000000000012653152022017566 5ustar kirklandkirklandssh-import-id-5.7/usr/share/man/man1/ssh-import-id.10000664000175000017500000000445012653150423022355 0ustar kirklandkirkland.TH ssh\-import\-id 1 "4 Feb 2013" ssh\-import "ssh\-import" .SH NAME \fBssh\-import\-id\fP \- retrieve one or more public keys from a public keyserver and append them to the current user's authorized_keys file (or some other specified file) .SH SYNOPSIS .BI "ssh\-import\-id [options] USER_ID_1 [gh:USER_ID_2] ... [lp:USER_ID_n] .BI "ssh\-import\-id\-lp USER_ID_1 [USER_ID_2] ... [USER_ID_n] .BI "ssh\-import\-id\-gh USER_ID_1 [USER_ID_2] ... [USER_ID_n] .SH OPTIONS \-h | \-\-help usage \-o | \-\-output F write output to file 'F' (default ~/.ssh/authorized_keys, use "\-" for standard out) \-r | \-\-remove remove keys from authorized keys file 'F' \-u | \-\-useragent U append U to the user agent string PROTO:USER_ID Protocol can be 'lp' for Launchpad.net, or 'gh' for Github.com .SH DESCRIPTION This utility will securely contact a public keyserver and retrieve one or more user's public keys, and append these to the current user's \fI~/.ssh/authorized_keys\fP file, standard output or any other specified output file. User IDs can be prepended by a protocol: - \fBlp:\fP to use \fIhttps://launchpad.net/~%s/+sshkeys\fP - \fBgh:\fP to use \fIhttps://api.github.com/users/%s/keys\fP If the protocol is not explicitly specified, then \fBssh-import-id\fP will read a URL variable string from \fI/etc/ssh/ssh_import_id\fP as installed by your package manager and configured by your system administrator. You can override this locally by exporting the string you want in a URL environment variable. If all of these are empty, then the protocol is assumed to be "lp:", which was the original target implementation of this tool. Any keys added will be "labled" with a trailing comment, "# ssh-import-id PROTO:USER_ID". Revoking keys will first look for lines in the authorized keys file ending with that label. .SH SEE ALSO \fIssh\fP(1) .SH FILES \fI/etc/ssh/ssh_import_id\fP .SH AUTHOR This manpage and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. ssh-import-id-5.7/usr/bin/0000775000175000017500000000000013131234634015627 5ustar kirklandkirklandssh-import-id-5.7/usr/bin/ssh-import-id-lp0000775000175000017500000000141612653042775020702 0ustar kirklandkirkland#!/bin/sh # # ssh-import-id - Authorize SSH public keys from trusted online identities. # # Copyright (c) 2016 Dustin Kirkland # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see . set -e for i in $@; do ssh-import-id lp:$i done ssh-import-id-5.7/usr/bin/ssh-import-id-gh0000775000175000017500000000141612653042757020665 0ustar kirklandkirkland#!/bin/sh # # ssh-import-id - Authorize SSH public keys from trusted online identities. # # Copyright (c) 2016 Dustin Kirkland # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see . set -e for i in $@; do ssh-import-id gh:$i done ssh-import-id-5.7/usr/bin/ssh-import-id0000775000175000017500000000335612767006037020273 0ustar kirklandkirkland#!/usr/bin/env python3 # # ssh-import-id - Authorize SSH public keys from trusted online identities # # Copyright (c) 2013 Casey Marshall # Copyright (c) 2013-16 Dustin Kirkland # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see . import argparse import sys from ssh_import_id import * def main(): errors = [] try: os.umask(0o177) parser.options = parser.parse_args() keys = [] for userid in parser.options.userids: user_pieces = userid.split(':') if len(user_pieces) == 2: proto, username = user_pieces elif len(user_pieces) == 1: proto, username = DEFAULT_PROTO, userid else: die("Invalid user ID: [%s]" % (userid)) if parser.options.remove: k = remove_keys(proto, username) keys.extend(k) action = "Removed" else: k = import_keys(proto, username, parser.options.useragent) keys.extend(k) action = "Authorized" if len(k) == 0: errors.append(userid) logging.info("[%d] SSH keys [%s]" % (len(keys), action)) except (Exception,): e = sys.exc_info()[1] die("%s" % (str(e))) cleanup() if len(errors) > 0: die("No matching keys found for [%s]" % ','.join(errors)) os._exit(0) if __name__ == '__main__': main() ssh-import-id-5.7/ssh_import_id/0000775000175000017500000000000013131234677017120 5ustar kirklandkirklandssh-import-id-5.7/ssh_import_id/__init__.py0000644000175000017500000002200213131234677021223 0ustar kirklandkirkland#!/usr/bin/env python3 # # ssh-import-id - Authorize SSH public keys from trusted online identities # # Copyright (c) 2013 Casey Marshall # Copyright (c) 2013 Dustin Kirkland # # ssh-import-id is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # ssh-import-id is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with ssh-import-id. If not, see . import argparse import getpass import json import logging import os import platform import requests import stat import subprocess import sys import tempfile try: from urllib.parse import quote_plus except: from urllib import quote_plus __version__ = '5.7' DEFAULT_PROTO = "lp" logging.basicConfig(format='%(asctime)s %(levelname)s %(message)s', level=logging.INFO) parser = argparse.ArgumentParser(description='Authorize SSH public keys from trusted online identities.') parser.add_argument('-o', '--output', metavar='FILE', help='Write output to file (default ~/.ssh/authorized_keys)') parser.add_argument('-r', '--remove', help='Remove a key from authorized keys file', action="store_true", default=False) parser.add_argument('-u', '--useragent', metavar='USERAGENT', help='Append to the http user agent string', default="") parser.add_argument('userids', nargs='+', metavar="USERID", help='User IDs to import') parser.options = None TEMPFILES = [] def cleanup(): """ Cleanup tempfiles """ for f in TEMPFILES: if os.path.exists(f): os.unlink(f) def die(msg): """ The only thing in Perl worth keeping """ logging.error(msg) cleanup() os._exit(1) def key_fingerprint(fields): """ Get the fingerprint for an SSH public key Returns None if not valid key material """ if not fields: return None if len(fields) < 3: return None tempfd, tempname = tempfile.mkstemp(prefix='ssh-auth-key-check', suffix='.pub') TEMPFILES.append(tempname) with os.fdopen(tempfd, "w") as tempf: tempf.write(" ".join(fields)) tempf.write("\n") keygen_proc = subprocess.Popen(['ssh-keygen', '-l', '-f', tempname], stdout=subprocess.PIPE) keygen_out, _ = keygen_proc.communicate(None) if keygen_proc.returncode: # Non-zero RC: probably not a public key return None os.unlink(tempname) keygen_fields = keygen_out.split() if not keygen_fields or len(keygen_fields) < 2: # Empty output? return None out = [] for k in keygen_out.split(): out.append(str(k.decode('utf-8').strip())) return out def open_output(name, mode='a+'): """ Open output for writing, supporting either stdout or a filename """ if name == '-': return False else: return open(name, mode) def assert_parent_dir(keyfile): """ Ensure that the keyfile parent directory exists """ # Standard out: nothing to do if keyfile == "-": return True # Get output file parent directory if os.path.dirname(keyfile): parent_dir = os.path.dirname(keyfile) else: parent_dir = "." # Ensure parent directory exists if not os.path.exists(parent_dir): umask = os.umask(0o077) os.makedirs(parent_dir, 0o700) os.umask(umask) if os.path.isdir(parent_dir): return True else: die("Parent directory not found for output [%s]" % (keyfile)) return False def read_keyfile(): """ Locate key file, read the current state, return lines in a list """ lines = [] if parser.options.output: output_file = parser.options.output else: if os.environ.get("HOME"): home = os.environ["HOME"] else: home = os.path.expanduser("~" + getpass.getuser()) output_file = os.path.join(home, ".ssh", "authorized_keys") if os.path.exists(output_file): try: with open(output_file, "r") as f: lines = f.readlines() except: die("Could not read authorized key file [%s]" % (output_file)) return lines def write_keyfile(keyfile_lines, mode): """ Locate key file, write lines to it """ output_file = parser.options.output or os.path.join(os.getenv("HOME"), ".ssh", "authorized_keys") if output_file == "-": for line in keyfile_lines: if line: sys.stdout.write(line) sys.stdout.write("\n\n") sys.stdout.flush() elif assert_parent_dir(output_file): with open(output_file, mode) as f: for line in keyfile_lines: if line.strip(): f.write(line) f.write("\n\n") def fp_tuple(fp): """ Build a string that uniquely identifies a key """ # An SSH public key is uniquely identified by the tuple [length, hash, type]] # fp should be a list of results of the `ssh-keygen -l -f` command return ' '.join([fp[0], fp[1], fp[-1]]) def key_list(keyfile_lines): """ Return a list of uniquely identified keys """ # Map out which keys we already have keys = [] for line in keyfile_lines: ssh_fp = key_fingerprint(line.split()) if ssh_fp: keys.append(fp_tuple(ssh_fp)) logging.debug("Already have SSH public keys: [%s]" % (' '.join(keys))) return keys def fetch_keys(proto, username, useragent): """ Call out to a subcommand to handle the specified protocol and username """ if proto == "lp": return fetch_keys_lp(username, useragent) elif proto == "gh": return fetch_keys_gh(username, useragent) else: die("ssh-import-id protocol handler %s: not found or cannot execute" % (proto_cmd_path)) def import_keys(proto, username, useragent): """ Import keys from service at 'proto' for 'username', appending to output file """ # Map out which keys we already have, so we don't keep appending the same ones local_keys = key_list(read_keyfile()) # Protocol handler should output SSH keys, one per line result = [] keyfile_lines = [] comment_string = "# ssh-import-id %s:%s" % (proto, username) for line in fetch_keys(proto, username, useragent).split('\n'): # Validate/clean-up key text try: line = line.decode('utf-8').strip() except: line = line.strip() fields = line.split() fields.append(comment_string) ssh_fp = key_fingerprint(fields) if ssh_fp: if fp_tuple(ssh_fp) in local_keys: logging.info("Already authorized %s" % (ssh_fp[:3] + ssh_fp[-1:])) result.append(fields) else: keyfile_lines.append(" ".join(fields)) result.append(fields) logging.info("Authorized key %s" % (ssh_fp[:3] + ssh_fp[-1:])) write_keyfile(keyfile_lines, "a+") return result def remove_keys(proto, username): """ Remove keys from the output file, if they were inserted by this tool """ # Only remove keys labeled with our comment string comment_string = "# ssh-import-id %s:%s\n" % (proto, username) update_lines = [] removed = [] for line in read_keyfile(): if line.endswith(comment_string): ssh_fp = key_fingerprint(line.split()) logging.info("Removed labeled key %s" % (ssh_fp[:3] + ssh_fp[-1:])) removed.append(line) else: update_lines.append(line) write_keyfile(update_lines, "w") return removed def user_agent(extra=""): """" Construct a useful user agent string """ ssh_import_id = "ssh-import-id/%s" % __version__ python = "python/%d.%d.%d" % (sys.version_info.major, sys.version_info.minor, sys.version_info.micro) distro = "/".join(platform.dist()) uname = "%s/%s/%s" % (os.uname()[0], os.uname()[2], os.uname()[4]) return "%s %s %s %s %s" % (ssh_import_id, python, distro, uname, extra) def fetch_keys_lp(lpid, useragent): try: url = os.getenv("URL", None) if url is None and os.path.exists("/etc/ssh/ssh_import_id"): try: conf = json.loads(open("/etc/ssh/ssh_import_id").read()) url = conf.get("URL", None) % (quote_plus(lpid)) except: raise Exception("Ensure that URL is defined in [/etc/ssh/ssh_import_id] is in JSON syntax") elif url is not None: url = url % (quote_plus(lpid)) # Finally, fall back to Launchpad if url is None: url = "https://launchpad.net/~%s/+sshkeys" % (quote_plus(lpid)) headers = {'User-Agent': user_agent(useragent)} text = requests.get(url, verify=True, headers=headers).text keys = str(text) except (Exception,): e = sys.exc_info()[1] sys.stderr.write("ERROR: %s\n" % (str(e))) os._exit(1) return keys def fetch_keys_gh(ghid, useragent): x_ratelimit_remaining = 'x-ratelimit-remaining' help_url = 'https://developer.github.com/v3/#rate-limiting' keys = "" try: url = "https://api.github.com/users/%s/keys" % (quote_plus(ghid)) headers = {'User-Agent': user_agent()} resp = requests.get(url, headers=headers, verify=True) text = resp.text data = json.loads(text) if resp.status_code == 404: print('Username "%s" not found at GitHub API' % ghid) os._exit(1) if x_ratelimit_remaining in resp.headers and int(resp.headers[x_ratelimit_remaining]) == 0: print('GitHub REST API rate-limited this IP address. See %s' % help_url) os._exit(1) for keyobj in data: keys += "%s %s@github/%s\n" % (keyobj['key'], ghid, keyobj['id']) except (Exception,): e = sys.exc_info()[1] sys.stderr.write("ERROR: %s\n" % (str(e))) os._exit(1) return keys ssh-import-id-5.7/ssh_import_id/__pycache__/0000775000175000017500000000000012661413051021320 5ustar kirklandkirklandssh-import-id-5.7/ssh_import_id/__pycache__/__init__.cpython-35.pyc0000644000175000017500000002101612661413051025502 0ustar kirklandkirkland yVK#@s*ddlZddlZddlZddlZddlZddlZddlZddlZddlZddl Z yddl m Z Wnddl m Z YnXdZ dZejdddejejdd Zejd d d d ddejddddddddejddd dddddejdddd ddd de_gZd!d"Zd#d$Zd%d&Zd'd(d)Zd*d+Zd,d-Zd.d/Zd0d1Zd2d3Zd4d5Zd6d7Z d8d9Z!dd:d;Z"d<d=Z#d>d?Z$dS)@N) quote_plusz5.5lpformatz%%(asctime)s %(levelname)s %(message)slevelZ descriptionz9Authorize SSH public keys from trusted online identities.z-oz--outputZmetavarZFILEhelpz5Write output to file (default ~/.ssh/authorized_keys)z-rz--removez&Remove a key from authorized keys fileZactionZ store_truedefaultFz-uz --useragentZ USERAGENTz$Append to the http user agent stringZuseridsZnargs+ZUSERIDzUser IDs to importcCs4x-tD]%}tjj|rtj|qWdS)z Cleanup tempfiles N) TEMPFILESospathexistsunlink)frD/srv/media/src/ssh-import-id/ssh-import-id/ssh_import_id/__init__.pycleanup0s rcCs%tj|ttjddS)z( The only thing in Perl worth keeping N)loggingerrorrr _exit)msgrrrdie9s rc CsI|s dSt|dkr dStjdddd\}}tj|tj|d*}|jdj||jd WdQRXt j d d d |gd t j }|j d\}}|j rdStj||j}| st|dkrdSg}x6|jD](} |jt| jdjqW|S)zU Get the fingerprint for an SSH public key Returns None if not valid key material Nprefixzssh-auth-key-checksuffixz.pubw  z ssh-keygenz-lz-fstdoutzutf-8)lentempfileZmkstempr appendr fdopenwritejoin subprocessPopenPIPEZ communicate returncodersplitstrdecodestrip) fieldsZtempfdZtempnameZtempfZ keygen_procZ keygen_out_Z keygen_fieldsZoutkrrrkey_fingerprintBs* $   &r2za+cCs!|dkrdSt||SdS)zC Open output for writing, supporting either stdout or a filename -FN)open)namemoderrr open_output`s r7cCs|dkrdStjj|r7tjj|}nd}tjj|s{tjd}tj|dtj|tjj|rdStd|dS)z3 Ensure that the keyfile parent directory exists r3T.?iz*Parent directory not found for output [%s]F)r r dirnamer umaskmakedirsisdirr)ZkeyfileZ parent_dirr;rrrassert_parent_dirjs  r>cCsg}tjjp0tjjtjddd}tjj|ry)t|d}|j }WdQRXWnt d|YnX|S)zC Locate key file, read the current state, return lines in a list HOMEz.sshauthorized_keysrNz'Could not read authorized key file [%s]) parseroptionsoutputr r r&getenvr r4 readlinesr)lines output_filerrrr read_keyfiles-rIc Cstjjp*tjjtjddd}|dkrx4|D],}|r@tjj |tjj dq@Wtjj n\t |rt ||>}x4|D],}|j r|j ||j dqWWdQRXdS)z& Locate key file, write lines to it r?z.sshr@r3z N)rBrCrDr r r&rEsysrr%flushr>r4r.) keyfile_linesr6rHlinerrrr write_keyfiles-      rNcCs"dj|d|d|dgS)z1 Build a string that uniquely identifies a key rrr)r&)fprrrfp_tuplesrQcCs`g}x9|D]1}t|j}|r |jt|q Wtjddj||S)z- Return a list of uniquely identified keys z"Already have SSH public keys: [%s]r)r2r+r#rQrdebugr&)rLkeysrMssh_fprrrkey_lists rUcCsD|dkrt||S|dkr2t||StdtdS)zJ Call out to a subcommand to handle the specified protocol and username rZghz>ssh-import-id protocol handler %s: not found or cannot executeN) fetch_keys_lp fetch_keys_ghrZproto_cmd_path)protousername useragentrrr fetch_keyss     r[c CsTtt}g}g}d||f}xt|||jdD]}y|jdj}Wn|j}YnX|j}|j|t|} | rGt| |krt j d| dd| d d|j|qG|jdj ||j|t j d | dd| d dqGWt |d |S) zP Import keys from service at 'proto' for 'username', appending to output file z# ssh-import-id %s:%srzutf-8zAlready authorized %sNrrrzAuthorized key %sza+rOrO) rUrIr[r+r-r.r#r2rQrinfor&rN) rXrYrZZ local_keysresultrLcomment_stringrMr/rTrrr import_keyss*"   ) - r_cCsd||f}g}g}xxtD]m}|j|rt|j}tjd|dd|dd|j|q&|j|q&Wt|d|S)zH Remove keys from the output file, if they were inserted by this tool z# ssh-import-id %s:%s zRemoved labeled key %sNrrrrO)rIendswithr2r+rr\r#rN)rXrYr^Z update_linesZremovedrMrTrrr remove_keyss) racCsdt}dtjjtjjtjjf}djtj}dt j dt j dt j df}d|||||fS) z)" Construct a useful user agent string zssh-import-id/%szpython/%d.%d.%d/z%s/%s/%srr z%s %s %s %s %s) __version__rJ version_infomajorminormicror&platformZdistr uname)Zextra ssh_import_idpythonZdistrorjrrr user_agents  %1rmcCsPytjdd}|dkrtjjdry;tjtdj}|jddt |}Wqt dYqXn|dk r|t |}|dkrdt |}dt |i}t j|ddd|j }t|}WnLt fk rKtjd }tjjd t|tjd YnX|S) NZURLz/etc/ssh/ssh_import_idzHEnsure that URL is defined in [/etc/ssh/ssh_import_id] is in JSON syntaxz"https://launchpad.net/~%s/+sshkeysz User-AgentverifyTheadersrz ERROR: %s )r rEr r jsonloadsr4readgetr Exceptionrmrequeststextr,rJexc_infostderrr%r)ZlpidrZurlconfrorvrSerrrrVs(   rVc CsNd}d}ydt|}dti}tj|d|dd}|j}tj|}|jdkrtd |t j d ||j krt |j |d krtd |t j d x)|D]!} d | d|| df} qWWnLt fk rItjd } tjjdt| t j d YnX| S)Nzx-ratelimit-remainingz.https://developer.github.com/v3/#rate-limitingz$https://api.github.com/users/%s/keysz User-AgentrornTiz%Username "%s" not found at GitHub APIrrz4GitHub REST API rate-limited this IP address. See %sz%s %s@github/%s keyidz ERROR: %s )rrmrursrvrprqZ status_codeprintr rrointrtrJrwrxr%r,) ZghidrZZx_ratelimit_remainingZhelp_urlryroZresprvdataZkeyobjrSr{rrrrWs*  (  #rW)%Zargparserprr rirustatr'rJr"Z urllib.parserZurllibrdZ DEFAULT_PROTOZ basicConfigZINFOZArgumentParserrBZ add_argumentrCr rrr2r7r>rIrNrQrUr[r_rarmrVrWrrrrsL          ""         ssh-import-id-5.7/img/0000775000175000017500000000000012104017114015011 5ustar kirklandkirklandssh-import-id-5.7/img/ssh-import-id_64.png0000664000175000017500000002353612104017114020540 0ustar kirklandkirklandPNG  IHDR@@iq -zTXtRaw profile type exifxڥm# *Hrs,?md|~1 HURsxKj6:ɗ>/>wOޔ?Q2#.d/E>??9RD֪&rJ. '}}'rFjO)S*ۍ{{@Fu={|?@⟅/{W?A/ah)? f+{y'Y Gg!&.Q^ WtC O;-MF~ys*G"X/M+2ZF%%w;;{fd/'qK `Ņc\;!7&ʴN3K˧b[|~ UV $EQ"-ghԥTY U9R l-pO\QI JQ&`ժjڴicjfͮVZmh^vĠ>2 ڧF}1'{NVLOFeƚunﱧn޼yJ}vg\54,Z1%@-Q;D> "bzU.r4Pzf6O'F?p{K?EȽ=GOPkES7P}Q<$ \m/4ww[^[O*RLkjDۓmTzno]8ZTKCmH2P@FJD}?j>u(==*\\<>5YF>M2LIcޑvΨ̣ճFފũD)ٶ)DoD ͤ1t)ڎgv\f#4:n^-i:N'2 G6P g?ggMO_s ٮiPrv'ΏLg Ao[#zVD$`b-v̑GFxxCE t8CSq qD{yc4'Qp=HD^4~SmkJ8=/"rrւNK3DGe"P9] n8Оtj+kwr'B|NeZ]hD6e0k)@Câw_}-;X'RR@\*lpLqAjZK69kLM4{ 3ddqM;UzS<@si:d(fRdBlC>p$ߞSU)akM*"};HD|9R-+d a7nLTeucA_VWXmtL=,j ջ6}(M'{>tR @jSgߪj:u$TILpz7^@Rk h07@ 97kdxMҴfJ P\X%sA͐hNOBAt A;*RnG S҃}Q@Tx6HCgRCv6gvPd?qMyȱ*nԗeB0xHHRgpzxj m0+x[(UF0ZdYmF,(i[⡁A%rvoo$ -^OI yb\`y\ -z/0`bF8} jb6&hv1ľ =Єg$ȖW͓ڰz@Tͭ[$=h #PRIt=W}/$F m`G,ظ̈́+;=T YNsV0#Msڸ[]/RY0>AfOǙi$7݁a"FSǸZ6-p 3u`N+չM,WOZVVJ!&Tݒc[荆 %^>x BqGhjw04SmMCȐzx."6yVB}(&K۔~F=u4έM?rM3鳶wX(_NjppXL%Qmi%)4x[-C2/t1u_IWX+csBIT|dIDATxy}?Vۗ~M -!@l`;'6'$3L6g3899IL8NLbq 0I-![Roo;Vk5[^oO9pNg2wd۶y>ffIuP)1|SBV-_x J)Fudg8:0DRQi-204ht h*$\]Kݦj 5B1^)y PXJ !R–)˲R%S[ZvB֡a[XBCwt</qbVW_fc_𦙶v;>ykÕ߉=#df5G\8NbK8(GsFMD8K#b z ]+K˾3W|I-O?tazמX_?pw>! !V_raۄ-,PKX+cf1 \ϧl\lszbv;4==vwS[*%ˤzӉ~{nqZk1A>|RR.Ƙ\/jj [;8+"ݎfێU|y*%|?@kY48M.8Xq$2Yzzz.ˤi՗Y*p]hN>hjǻ?1ah->J+ ) 8*U^=@;ϿyPi.ߺ"I#%x LOϰCH)qb6X~֍I$-P^\|P c4/}klCi!D1[/ |!1h4ʄ, U9y"']{/]1'FctȈrK6(/84RhV,yq.ߴC,U4-B  T{""ZK` q{-C`JjD$0Kޠm 2^v1CL#(0Am6 K<%`3#Ã- B]2{|+o }sm4(%Rad!]^CaF`XbdBzlyaHq= ryFK"%%Bg #l32i1`&1 5BB"mYtwh]Nr zg \lo|T%jH:'=v8BZ`R$ TB!=e#,D"OoL$Go)k (6x#Gc"F8I^cV |P>Ša,!m"럱9^.?~dD=V`N&M}=z-⼓#X<DA -AJ)96s(MIk wau MjbV`l'#FD: $X+[q"BD6OܑXR t%!7c ʨH,p,Gujv h9|sΉ&h՛.{V7^I*}xMR # a2UNhZcL4#McDBM$޽[m kbDTA)ecǩecdbcC1ʏ3V4:` ~B,nxy9[ y)*1a5tpK*!TIt$haT]W : f@lX%pտ V 5pCCJh^70~0z j$(TIdyGioTU2X’6:$}f;ˆ Bh# a h*Q!ZiT8Q x]6oRPG%4-mԋ}4WcHHC/"oa6:AMFB=wM'iYkx܇ ŢTDi4),u,OHz^-GoFhC>: W0*DkX ?%ɽ!qT`5 A`¨(: \dYZFw ]y/<gfͼ#K㹀!XioOu x@X;фxDQIڦՉLG #~D=a$2?LFEv=Bn6|0Nbs}o#pXLs܁5:C5jݵ(G$-ԗL=~VܖNgbbbȈBwo{qo?#A"w? rN;~^EJd8]Y,2acZbg!Z+'X"o{ B:=r$cF!Ba5wOz<#3H a/̱iza̙oE4XnQd!NNG>q;a<ĉ=˦옰qf%7Lзw}|l|m"da"7+(Wwnv;G&QN1{ B d"v8r\}]$Hv:/?LnxG~|nxN Vt^ҶHh#`:ċe7|ӘeO%M ]#c3#}7|v:@ guؗ/? ]-KMdTwͣ$@%Itbrl CtE-`$54 Zk|gg ݵj|=34Ҁe 2Kr{}>gظĜ plX,FZ73aUmȲıSbT I*2_dú{~)`ˏ.CB%VWy F3=@2w/sҙbF3JP ,Ol'+Ě%&cy(81'@oWc Rp:}[>xZep |VkI,oZ\w Hb?_p't>0'/5V{vsg$fS͉SZ$d2Y ~l[w >2c2˞GLH\TN$bɰBaU2>HO]v,蓽<)1HN2F`OZzY%&"AHa %Ml/?978BT=/yu.Rcyg cxOiVORG)Ƈh\ͦPFt#jmڠ ~곱_X?N+FuT5r|,?|b&OSo5R"`El F۲y,,>=GLLkX%#!-{ gdI ?(*dY&g1M\ӃPtzqHn6|V+{PX1j?ŏݟo񜙡7@PBGm0ZG, Ҁ矦EͶG>>D"- /id +!Ńlb˨ڛdrwmCYv+*G(wAwI)A4'!3Ii.0 `_ѳ 7/EJ )[hX˜ t+5y4qN/II:)Ssرj{ Dւ1z-W((+B0`]=a45WNКy=CASB uTfW+XT*@ 0:,Gd/Ǿb~|/L3}sq ]\Es5ql?5 ²c$%i>x' ت;5@<Ԗɤs<G۔^$tOa}2AT^:Ю[2^ ]ZZ|%[[7G^|BEQ9zZYhshΩU   O:AA>wb@ C@^"Nx<00GIy { K߂僈F MX3;N8[kڀRuN ed~xC;_RԓS۝VX8A$P`:c47bֱu 4. VZYH9VCJ lPv#նŤ#ƧgX"@jnc]K:uM]0ԓduK_DM}0p(d []i{hM17;DYL,5ژb27ŴQ3[=#Jcƙ Z,^Ę3+ 4ĒK)Jce A_PLX^ $bcڅ,9A e_%(7}TP-{_~pqo0KU h-4cˮ`Bk/=HR40X p$׮3X0$q&rL\'CWf&yP5q(Q6aVJ1'%,cB{oy0`z"1 4}yzCɎTa)qLYc3>߱Tl)vXpoDnd=>2 @-,Tjr %,)œ!^(_eօlˡ.0ZUsLXlh]ȝ1a=jPi7_ ?R: TZZ6 biNᲜok@I~LNV)7Eܦp[2TS1@(o\_?W&סV7t(U w8oH d0VDR7xrS!> ~ ꆋCpMR6d#l=7\45Fp$rLv&A8Ҡ5}tZhR!`Czӂ޶Tq:n,vwEw=ʕXEG{ Fc YU6{oY~.ncQ)[QJD!@XjFQ, ۊKXF&F~ƫ.aNAUOcܬGݷk-h0aJ-/MNteOY_ &z66\܆|>,( 0~+H (,U!fGlBO 7Kx&;zT+>{oFqVF@ iz=9f?̧Fқ1$ִ L]'OC/Mp 2Տ{;%N7i80[3"DM"0gV+'(LƴSO`u` #xb(5BZm ԄJ"+3W/}㹽!ȥtOO6g׺<PQ(a֙EV"a]eѝP0!&hF4-bZ|NB;D頓i٨b Qg 8AE8 u,aK >q'=l1Ӷ`CHa)./rE~/ޤݮbCW 6Wzݘ%B04ia[1 IO=ݱo (}׾g w,iMa )$S?GY]cF [uF`Ǻ]@З'rdfwqߍ`6CImc& p=㚃o5^Ӻ>tH!ɬ0:dɯk]?v+=95ޛ> $c)l;{mNClr}[sy,K+k]ǓqUw~C/9Wtrt#W]>phCCC;8/c-3t=H;Ҡj[R7YX,&w=y^GlE`Rd1q)Vfy~uT*D޷u AmxS(ĥ XCj%o ˮdIENDB`ssh-import-id-5.7/img/ssh-import-id_192.png0000664000175000017500000013524312104017114020621 0ustar kirklandkirklandPNG  IHDRRl`zTXtRaw profile type exifxڥױdDaM*s #Itrc<^*+ڝ/\J//?{>Ư}S>B#{%!{ģ[{Rk.Z%F.O )nX GGr./UKWR%j#=[{xw?]W?ۊ>9oM+XSO;5zEx%wwށrɋ^;P;/ ~j}he*sc%OWzxPPbBd01(dA#SYd)z4kpTR7= ,YjͺJvJ)FM5W@mRdZmgt8>\y7xgy,6 lUW[}wy.'t1wʩ~k7|[o] ѵZ|ꏮhᅋgt,@ǫ:z[9s"MPbv)sU\ٷvΩug^ܱ']pz>1}<6ʓwaj' FoƝ!Q kB\<\h[Bש'?- ~F3sqz% }?6Wm1V!R8v," DZgZ1CJۭnAɣL۬PhܬI?gk"S[c\=#7 59簓A/{,yfAepCcZ\UL`fPmv/_nxۈ\i2\hb>nWX*ikSRkL_ ZtkN&!2tzPMbKꑗ98@ϩTSs0V@45 0sܖӌD܊˒_FٵV;Y@k;ZuL:\ z@y[FX썭‚G _TLg[k4]]N%0#xnf wƏq3GE{<R<'KXX{mu M*Labm =tPSIc]NOaȍb&2 ^\(׀(عтbE񔸘6ՙ Llcf+e^q5q Là{Q^Gn1\Ko3pۊtѠ.'B5j .q .8+;>&˛g 4=pR >ߙAaNv_ص% P%s f("oT=?dfOP&oÒ^ibZ\񜥲߉@XX=!l6[qN]y,cU ܢ7&bL[X;NޅJ,c1h?R|?BZN0-@SMf@fβD[s``Nll L 艫zDYWEd|;(Nl0dĜqDE vkMUK1Ӥ ;1 f%ҭf)0h<"-eo5itfC4B]j)Btobzҩ! ~x\ 6`v a{RQ&Lchs:rČpm\ujX\w((7o/=os?Yc8ȉ:pKHa 9}_̉aB"i ~]55qe< mTW6Q {q\G;HuWy::4d 'M$2|G!!6y: h6S] CTqH@%TDAV{. UUX„fXAg\,R`5P6||.}LŠe:$MR<=0ycbYV% s0=Q9J5s he*]!TV6Pn t7(nub̨x=K/DYz¹-Kcg _b!vչ9 .-WAKM8yӄKP~ESĎ*$\}j8G/ƌ<75bޏEQH<_$Zf2kM/ B/4C ;L)wqk1 A_' PIT Cs ` ct3W2,1 s0%8t^&NQ3!3Dw8yuhq2$l@n7vpCmuP<7pQ^p2n&M*B]H0hA06@0$8Y3 ÷@q-HQ_S"AQ*z:¥ ff]GF5aL4ׅu"fJ`eF}gY^IgJ`C`Fv i$-Q@z-PC!`WcpH>|NN4&NB+1<*0 #mxk7D#nf}.; l9xFvU(0B@.Rtp4>A~ C7f!\$%~dLL$ [ U6TSˈՃXv+h!%蝴nDi䛸.QB!6>2՟*\mqY2EVw|7{^iWiˢU(/L9,#Mb.@mz5`_j2JLR'+9 m$6##bJP(ޫ;lG-aOmXdl@͗@#"!g$쀀څ9 /,դ3cF< [F|MF8F3KR%}OR0f/_F@!giF " Ocݼ%C0`"Ccb}%lU!Ev>@f HWZ!-vX!׹bL3-jq8-x VO2x=EؽS4%}iF h>L K谧  1!E݌T W1ḉ݁/!ijXDe(TZT!qA5E"(~a½89W+y#2}ENU܎3Ip$A&l1bOJr5Nܙܿ lM@" wT 't]ׁt `ev,J'Ly4eXnJ@wQbO!1ЈX6&(:b;XP +٘Uc08A:a]ȇ>"{>?b~4.,{ġXl 0Ɛz( Yu-̴fP$ K A I/Ђ'b:䥫uz0:k9X +IJJdb^ IgLFpKd\~1:&ˀb5'1]}*K,uK)Ҽ:2K$hі`L~Z\t9 S%[ }էX~JAMLT%~C/pj G<:R/J Qx_΢mvWɦt398he=Ū)Emv|p~Ё믄~\6~)bv meԌjG؂*D7g@C ǔav4ƅ d ؆8gkYA_BuSD~L I`ׁfM194dov0 cJ0FMt#D G&BwXwÂ$Un+6~)rD\&5%0 B[.+3UZM\;4I8PЏ(9Jv>g@^]"~>ܢ|mTq"WWcOR<$!4^&ѓM)E5cEz9׉Lh7 #(g($|'~B$B A)6gtdQoǍ;˂tbwIA0oO$RDȅh-]1bs"lAȐ갸Ky7E+:k {nEu{dœNF4UzBnE=r:l~5}FthA ]zhi #d2b00 ܁nm`jiΪCV>7`40Z$}@ W=g1q?KOƪY_WKa@Y{hQ20$ IIK'u > \Їbl\*(TpDX0)\3s'N CrZDZ<cTP&*A~aUr @h!F7Lb> v9ZAi_C|B̳W,XE ܗW`yImUJNS@$dBg^<o9 /sX/ukq| zIą Zm} DCH+3q7h s` rl]]$[3"v!%'7?:XEe ,^͖-W=(,\Zt =Vp)SKWW?pr8>.MU>:.:c=?Õ a#)PЊiSpщWdzg(H C nY,VGD/:6?sBIT|d IDATxw%G~,\k?gzrؕ8YqNtKމG2( ӝ.8)tA #yH.\X~y\Ue,`f00 tzY|g2KvW~p/+?fC>#=H)|R&IDBkVD%hPJ)h fIg <ŷ&)^d>d=>0VSUT*T**o/D `5֨D~O'"(&c(&"$Ak0H0>c|:`+wZ z!0<0!`DH)JQ''h6 `cAn?uTJ)rk$~/E$q1*`_c"Ko{' C{1IAO3Bڨ12BVѨ[cnS4JuRctF6cR IvQJ6 X6V՟.fڷZ$5Qx@%g0ªI# Zh0AF OTC%ǁ]Š5FPo4TB0^ r;Zߔmv{'IVe@>1i0gZ~nG;{cqOHx7<|=?=IOH)gWi~Ĕ!@ȰJ^^a^1Ω2zO) J %SUj\zFjCccLOO!$ZƘ V6={{ިx8c?X ha&!бɨO=2N7E ~C**z |Z%GŇDH8v;q OC/ FE=k! Z'+ahZ%Z>FJrZ?1I5yyDV@-w tCaT &ii&NSBuE 2xF^sR 4B?Jj%K&4G4UFGTu+Q(NG ^NG͝^ctJ$YGVZ`!Z0pVU+5S$qk ~?I_ϡW;m ߿>\1} ;^nE;v,JERk-2M3d۽{<;~b뵫FQ@Q!<|8"hOs3xȀ 9j& MsA^h |zl1]IhKH$DJ`G%HjP9jUϓ}z^Z%dblD,ע(]6@zvl&_W~7~ $ÅV4__ %jfFF+KȎoD"qO슍1_9s׿ Wμx!jQ=3T)mTIuVhwqBۂHR$WT*jW |0hz=z.n8EJ)ZV7;7~gM{Gv׼śި̀lw % ؄Bc#v^{]ξF@!3S9wS% oYJ)VBablK\_pTl5~ aDX}y !@% n^C$I(kU8KN?5>:3KX)^o^t՚}"8~GgoZBJZZS(of+HHǙ (HEH!A'1g>4hc`aƑC8zdHv)NGۥ4(1OX 6u*R Hio]VЁ4jxՍBH+C9Z5{Z_A Qi} ^Dg ԪzמG(GPv{M[Rq&[Dޠ6oܬS=h*B'}<0,xN1䞣~/Gz}6Z&QKXX2=wnIJI^c|l.MF *akzz«'rmai ,jcm$Z[Gz#/:*muln?mf~47؄$I !hb#1[čܠ"LDl" C_;\ҟўA055CcϮiKbmueWYYYtNgM(-onGFLMkf ǛwQ*as1J'H0AjzK?DQ?,yXX!6oHz\zk\|y|(*A6yGD_r`dv 3XšBzxZ~u&''x{8faqfJB5Fjt`AkPưbcWh4jLqdfglgbɝՊ.ѕ;^: xCP`;?oPHBN3 iuDA(B8 $kIhsq8fyySg3LD;*Uni6֪T!AEӣt:=QLקߏIŠT Zor{vO.f'9iaq.Y\||?R RR:z.QWpvsᴔG %aH0QĹG.]%{6; i{jnQT=0 C_.FҖ:(B=/:}j5޻dKK+>sҏb{wLL1waDQ0zmMWY_kKKt:Jse._glt)%T=Hɉ1f&Ǩkn/ 5^vM7luvSݽM?"h` N0Ufͬvth'U Elp A#:k-VI2 RzIu9ppg&9yN .]SAQrq>>UvMOZJlnnbaa癟_ۍHQ:DQZ3vUlX^Xd)-ҪP$Wi%k~h 8 tJ쵪$+_wJvpF *ma\m1DOd` ("BiIB9|Z^>KַJp^ǘٿ?p_QD?U¸8g (0 #h!e߾g6g\ܹkhwzheQ xߍ ^͔/܎LH=h4Md"16']+,Z>~!hc51 } @f2j|F!Nhpݍ, 0֡nƮRb'%hB35]wemǵ/r&cͬ^jtF 3b ٤ޠ1>=ҟ4NoCvB 6DDt=G >ig s,)Z4bS듅;=FcixGRKiiBb4׏_\M.e ݉[gn)[R>TlCLdD&B!^;"}˂,(K1,mg kZ/FZAz6+m % qIJ!I"V[ݬ  =R-jf˙ox0bY`2D:Fka'$j\ܤ |ϣwaK@t MmI_r¸,T.ϷNtWas0#Qw%G*nH'llIn5}Vd#OPhNoHҋ {K/ˋ A(D'6'#G9$TIs+I_i 2m/KV ٧ܒ&6P{q!N!~Rb̬9&ѫ"=U}Nִ6~ޤ[=VkC#?;@. ;!( yݘ#;*U%R? 7 vjwiF}E{,eA,@ΨOOB *`u\Nv[(n;ŲR4ڸ% \ܓbfb~ H?p51sBy`reY4yd% Z^Y@Z@ R1` Pf99*-&J:p/7v6اOZq~vK!:/eTa(k L%RxZT6ցbG߷eFH8PK.GSP*Ea+ .)Upc1{0>M?Rw?#w'[ TOEb,d'$#ggPFZ@䕀/eILS[4&sb`XrͣNEǻ:$w!5gE7DB4FB jg یh;4<(ѽk)j\sRQ>?d7ԊE&%@S[,'S>e?U[kQq5C"=G\1^;c-@!f*Q#-נ{Ļ&H!%~o9M@S@:)/fqbiu&؀[@sRwzJF{nllU4AxK,CvE^uNpRV׈'DQB".~.WpЧmyȦ|Beub񊎱&Lxn0=qcX3p Nk;2@63D.ĿEF8~4tVlhڛ-2 RkQ=`l'4^:z;r\n 3$ :}X N ep3C!mT'  H \8rFIAge%^wTɥؘpB1 %LO a%7jȞ:t]7=Қ~ݘnBJz}7Z#߲ w%xJ!-š"bP8 GS3{CNl5 t3Zf"?C.ȟm'zlυ:3|=377n`*MiXufJK]i; ~N82VzN.Av+]=7RV_[{flj Q n ؃oO *SH̠u*(h ξˈNߧBcoɒߥ'@ Qt#Fok%Ԙ͉>f@@<.I3DF#iҺv*լ .#^We> ՉnCg..НL,Hj}Cś IDATȃ0LNiaH`2>;z?R|#~N R Y BP>֢8II!Q'=Eni~@'g0ЙňA%v>XoiؤL0 UGzov/ %C Kɖ]=| #;^nw3[”TzBX${fzm6h7 m:N@Y1dQtEg 5*5w(RV#*!e$6,n&%cZ!0 w7=o#1YvDQNj I%`)pxuQ DV}H,t eI._\8JtȔ]Cb X꫼f2wY0=?`xc QNge= cGiaPgH5֯C=|)Fǧ<< ^dqH_`_" fb59FyFw"48ҐO%^ΧZ BflɩQ;dQbN\^uIl읻>p<n n_-(ֹ{YRR> I#/GR*dTnQ[/P8qFp/5c]m bYw{bЅU,='8?зnnZ1Y2 tF4EȜt$TbCbpD&>Ex#lK**3B%0j;a3*O+o}紷|v[*o,6,+wK,.MPi(W6שc38'>]t*!} TFyR-})Fd!?BcoEz AXswDK~Q}|NpZ/iSz;s>uh?]Bq3%˝p F{?LRi¬ )SːJd׎b!R&&3{#<-%vL kCŤVZɠLSE1}ԡY5zkK3S؜g_eB "hW_x Ʉ"]/7{KC ͩ]<齇v#mf"DvBdiF7EZb!]FM<6ڕLy à WIR;mVq0i1<@}La[NBaޱTjǟ@zKhIM .:TnA+C0Hdq&jv?+r8jiKKctxUA, Ҡ-ڿ>έ-VZyzO=n6im%L1PlƅAB)|!4VE<@9KkB`7;f@2/$2 kWڿϲրGX|z`jA>_,S{ݞ;*]-/ d]Y5hnk53ڵĽ̈́ Ii:t0;ʑp)[ u&%3Ħ Ȁr?"eǸ}²ҁ+k}j<_]} )C;DXw0i@T .<;Noץ1GesZ)% br,ѣ%\"MGYt I d]v19E!Vf_,vHqOQޱJ@69SS*g,)&~۵Mlŝ|,@F!% 2o^2duezT3{VeoL7iM}G؛Ғ, 2Epk倨/2 @#Gki"52WdBZ5@ qg ~3O(" oc_>ѿ͑G0vKp=s[~e< 0LKe@9Qu]l|S6+\ 2'd{^d@>*5G߁;/,7hҎƝG]sYVIvw0/MwTEC)8&ixa=>}_Į)'Br)ȬA EZ yu-WII6Ie(~} b63A7wѬ7VzS>|x!RfO=|k^~?^A#(PBB)uU${&o8Jcckk7ҜYhT[+%zk. \~#h2yYitWp6]}nq` 8,z'*ccc4M:jQJEvVKqLlll8IjZ~ͧ_~g|S)а}nS ri@8Tg(~;9)VhTjR ` O#rnʑ=`RV3~[W @xvWYo,mfV A022"fffػof fnIaSJeB.?ŋY]]$I0RO<3ޠRD9ΰM1Qh믔*;/&ȪUw=ʟNj}Aor/h}϶ Dy2`ݯMNٕ]:\=MK4Z'ognV;$p<{n1;;˞={jy yx^.Gɓ_duuu^:~٧y@^ ͚JX+\1l=߸OEpۥ97h\H(< /E[4 ~!8 2z[\x-4;9{}?> 6Mqѣ߿Ff>Zk6N'"(TUFMFGG zG}Ç|E:ySJ}̝':~[^ Q^ٖvTQPYnbp16h{W! ̔6t']g`{)t9/P'd h'2N"ΟWPIR>?!+\ou~r_>(gfxޢT(bss5Y]YfT'S0I)k]r$Qkg^ɗPIZDM+I|# ܳwy衇yc v,ϋ׮`z^+=`Rj4^7^xQ;vL>|c 333<$ZEks;b@6k(P*`UWS4=0(CA  ee q cx]H/5m.|kOnzV;VgIST_^)#c'G+0 aer<}&" Dp-e4pXwXW:{֞zgss{n>(Ɓݙ1mK Lz;RKPex+̞i}oa:E!0yP@!4@ nѽȠf *N624cfau,,鷮.?k#'|x, aj_ԝ~\=w6.mX/_^j4û%!?vW_72:*|css~s^ [Ra[L O]\]]adaF%`!PpVqA ]pĞZ6$x WϼLL#9~RYvIů|3 _xǩ*OhF^ .VCZm褁ch6QW&Hg7%I*|]P觎__wi11>Nݦhp19MYmj()AO7YG-Z@Q~0@@j6˟2;zyAPRWH~c: ) RחreV.D/ `t/fØ\]wuɩ)7\@jT q]Q*[-$Bnx¾(Ne<`'fO^W\yڝzF677w0,Q%~D4˒UWgCůw}oPTRi U*c#( K%1 .eYРA19Bt$m`L:<kŨSK\~יo\$' jT'PGPï':IwLwQ{J[F`xW~x m+`8Zk0diU v_i)@$y AmLOr{K癞_/k|~RG#x}!hf5~BkeYv^{c isF-%cphsgLC>nv(aqgkk/ۛ^h~}cd=&f/y&6ӴOҺ˧R:5O~:uM (?S)%adޒv;ã/ik0 ZڑvoM \\Y v{49P]YS3B9ү!:2Ư "R!QIB밾tՅ+l-lғ.Fo(G0aD,^G$jtk|y$_Ԟ;9p{8tȔCzՋ̿hs1?Ƙ}0ȠgSOHsPclQag9ZW^`?b?qw軀[A!pp @#[ (P6g/`Iàۨ~S1YQa0VS% V #*^eYi" s @o֨$"$qDgskXY$P*kNHj~)ĝE h9$q!a}Vϱt '?=G0fct|/Z3KNٜS?8g ~e#C!Os3=Б]7} r_SF/+n"Ti캋L}SO.>O]biA.'8< :a>vU{qcͬ*n&WnZ~F{pHKS7+^DML!y 0:2W0ږR8chQ*A%*IH>^^e#Hx !|<z)Zz%B  yjHzc6m6V.sМϾ#oQ~.ɧ) ٨7}pGpd[@]sU`L ̮4 AL> SyGI1IdvӚ~ g_Zn/DQv'[*CG|5 ZxR2lKYU;aP kKY[>Esb{vg}Υ3K'91~q[lGH^3@\(<@ /YpVb ȣJs)FO/,q7> ?:X }?#H}B$OBKXM9[9=K5q]Ӵэ`y 3C&}?8&*j{#ڿޥ rر ar^ye;d~1l1"m,DjA;W7X:K3Bë!vZv) Z>Zh6ςY@:yW^ᶧ㚍t^gCb̝&|>o0i4,u2{ 6A'ԺWhv68#O< ,C,t tZL- 42#lς8A(a}B.}׉{-G^m5`9qϽRa||M/u |;"}1\=Iv Tr>:'Nbzb ޽?9J) ^Wg7{J>dΪN{'{‘):ς>./xT:BA)[m_[#|A r仁4wJoL%*k\[Z5YY[Y+g$fڅ yFb\RYU: R1IOR +xG70+cyP݅B@_NYN)_|iX89TYZbYZ/__26ءC9Bur kZ>5JNyV{$JI>7%ٟg*(E_u>s~Mn!XoQpUVWY\[aef?& j,X۹F2 )(OAYkf۳~n@,GNށ6$+0ZyhoǷpsJ%|~y?܃OAr Y.}.Yi:KzYjzkk,"fI87^cרOOGx*ŹK| 9sJeСC4 d IDATTU&W._7O&IWO*ҝliˌ:[GDȅ4^[Zecmk+Kltĉ~d'I" Z鬀*Xpsm[ϩ.DZ/'0lE^'z-F5Q.E |եeNoetG>w?"YѕFH -Cga VϜhM>9IPwtWW:m:\ӏ >…1_*zEǀ,sG0116ư7uΜ9c666c̷ <RR-"bR} },KWpme~!N&cL}ڣgU\ 6--0![)9q; 2mHf_ U1ORC +HcBz:6:/YKuST|* hp,j/r4AѻFkz$WN]`e>{/! kݻssLNN(r 'O`mm T*xsT&U`ʱsW*"m A  8b16O6G{awB1Ghy}+뛒kt}C%LNNrKLNNf "t"W^% *ʯXa1K42nC m)@ZL@ tj}uzMAh4R uYVDEyq8C!`OxT;$x(o{px ,f`dܾ^X÷TL;?@ˆ{~BHR2;pS"ށ Ɍpd" ),4!om~Mǿ0#rPJ&}Wcmhub}˭JyEXXX`bbr>;lmmG܌ǡ+|=Rary ebC&ۂ& [L`M f,Zp̆=]7K#K5%i;3)$[mf*3li˒8nWQ;.7p4`6N{ژm PktSOo\S$Ę `BY,Y*9\^HLr@(dq_.Pæ捳ܿߵӢQ*uc{fr*?DiHBƸjEm!&t΀L`(1m)A8j#_vQEAvv:t]&;FM`bw1)<e2ȯL1y>k$G;н4J`LEW7&or+8P[V`izS9NS L`7 i\D$(FKKOk!TxyR pnSī;.3=R*۠N#M*yGV3c̰q.m oin6[*u\ Nj jBvYcc A==)\^qFHgc{Nju:M-_XZw+B>q)Pq:R)ᅲw>fwlO^MWΟ Iaw NC9n[bHx2Az.'VN[WUN.f˳Eqb8k\/PPߺT 5N333Jm  "0f(&=S&~5}/ 6NQ=NvJ*|ϣR0QR.s.h8DƶTEHnzM6?M!C/,D#p!p礆U=PUD*G3׹+7 -yDep$d,Qm0DSTb+~^_>qzy tv sr0 l7ۼ|PL'X\P+,L,щ;h\gR?{j'@ź*  sсCL3BY}ߞw0BI27`\ct|a} TJyĆ:O1]cFMQDDqLE"pgiIXt5P{`9O"y±ޠ5 \ć| c17Dx9Nea:IZIeK&&GE=dod8#?@W?oss'r}5~⡻_bh36-WB_XZbib%-$tD=fgEqv=?X'o\[dFY!2@vnqjjx{}ya R*0&q/'.A(|\'2-$lo:>ύ.aiߞ `r XP#)gz2 _;YDL-soLNٳ H8ȕPD2BRӡM7lu,=IziƱmd(%pɐ1I @Z̓mZ$'(}ux~dF w"?mATEzjbu׆Gx4BB "a3<яz؅`x L`%6 ~Чlx2`n\SƵlb')bx]"߀JZhPVv{8bSLJSZ!a~!<Oor BP.쑭&/R/=+yY'Cg,/R ~2gm%J&JPpe~W 6MN6Z6H4A2>cI >)+݆旡{2Y&3SCks a;A Cs̻{z*sSztmѶbudcKǛ,Je6i2?Mq Y.Q/vp osQ&XD J2)6_Aݧ.z=^) 3Pp(|e4cKRu>?' }w66G0x5A@&8Ddmw{'p;]Asu;7 н4vQE $4Q.ԃMXC]ſ;@xV!+$t_ n׎iHG~" tmU}2S}9D+Rx£4d:2#,$73L@ha//&C# zgKϡU2mwt<0籣ZkzSL ?ǀ7Leia~kk+DqTuRC܉﹜JkWBcău1gwֳÅN*26 2%a lƗ:w@amS9q2Tn0I))o@֍7Q?&ZlX ߺ{=6B8IcRLa Nr4C:!,g?6Ph2}dc.$Q)l (k3ocX37=wW'e`dVCN7 Eч"~콂6m'k*|8K!K p9|#( v* vA^lwSě}ztCMfRͧuY>kcI>[ |kQy@m~cnl>zB\pdlh6Dmbm M)% o y&?e{&e[RL&`&!~ja#&YB1O*kޮ2NLtźq Aƶo8E ;Nl MBl/M'Gz#h rth $%$=Cs)mh͉Wī_u?oSg7TI뱶`0`c{0 Y]|Xs]^=}ΠK[P6OS+P{ !f(sS 2m1 Ml!k ٤3aFp'm߹Cb%98C|^^>^[[/vO? s>+[7hژkm,rvKtdj<19d2z$40{nkjM譭u( a n Z*rxyak9uLu:ٜ !pJ[U.aOj cT' ?!_qo={YbL?[f?U”qlk'5\pc^t[T(q`qqAY qb}azNZP~2\2Ll+5N< TGSB U޾{ #i\y~J~;Ub0 CG8w|]Kͯy<-~=?'$3V+dH&1z2a=HH5ШMA9X$M9, # Et4&*iN<3a.RrѧR*n$אWBpkD.DU3.h A c};sׅA\>r}na!uμsRKv:NQr`JNk3&"#ڛ넍Wad л[[hT#]ځdqT Fz0JD<~[/prus02.;Y6pa}7_[y3Y9M#YǤ=fD9/p%CD;2!%0y枤RXOЉ׸p}FSS#2O0g^`|HgbY<ḉVg$KwpۀM`p#̂p6`6SG>6HL  t)vCmA'!mGDc;l_xn|y{^K Y*xY:KWl{Xc4WP8@ 2ZN(^aR Lɽ7JFbULKp ]ZF9l=k ljsf)LMԸe\ܠ3@* 2}\Vێ CLUkW8YJ9x7!2AowAZenzVN_Z}5M/F* IDATƷqoU6P(:{Dfܼ6H?2aW k?/4Ȑ #lz~Z~iؾ@#qqTk;:xˮPaO H!U4@*5G^s5@[)!!|޺Den "k*\B 1LWZ(ΗO vו\ؠADH1s߾щ1nA`5ڧxcUq\/p$d [[4M P+WX^u\6-^9yЉAdr%pr׶NDkn>5zAh7_S`1oO-tbS(S}'րk/!Ɂ}骝^aӍmO(j-c%FKc#ϯ_v?g~'Rƕ uNҁlhy(Nhdncs.zHn6G@!.\܅ӑ' BA2]y66hv{E29 zFOrj!Xmyoly-'JP*Fgv1fNR0?3㸬np6 Zr- gpAa߇plzĮIR3m02>h|62-1Votr wЯ_O(V]azNﶵk%b{{ |G1ƕ>+ ]>Fj<#0 EJSehl\o0MI }P'{I%)+)V €mW ,L9>WVx5Z>Jd*邅dtztMG,!*w_Ǚae11|*H&G4#1#/im\_Dq_N@Y`J!)F#{ssauj1Nm k# w,՘YbiΈ+GR97s.W{#O&>^y+iYK dWɌ_Cu󙝲K7xuZ>RD!g d^&@~?)͓{N2_Ip ;t\1 ϥ+T RLK,^L1gs/#wW[혰-h+&pF !)}G_qa=?+OW/J8RȒ0RJd!Cb{VZnm[VC6 "0i'C]\{3& @Pv5y~O,G)[-sWQ^#~웝Dnr{ ;R P*O2{} Џ>$+ #kDĺ:TZKk;룍J1=9C/qFS֒.5($GHm {Br!\:@w/"HoY*C(=bf&D߿k)a]ğ1& JmOe ؟2p|@n7c:j)%F ^  V$Kabb´?B>J<3"c08~tbi}D}UFLjB 4^ul1,7 GڂQ{3(o}g7Gu:Kvh銭};'i!t_ l\T>}YBf>h k amNT(ĸ5 usDh9`8 ilzE+oh' ֽwSh el\Sԅ^tͣw?\|t=>?_W_b FeA&mLM"Z?!61L5DRSUrF>5l4쟫:AM(^ mkM]qGr `g.wb-aTqӛB*`@ZFXfC+']In'38e~N! NQۂ- GuwЭ ׾܉xYQ<,w> ˻7 zEΛW61Vz@e"?a|e 1bMc˜}iV1>pÄqWO>C/?1_/k'!&9iBLEm+{ Ҡ19h[!N`-A \h[.pkv IИ: td׈a ;*."I[L܁鯡klhcM90>N$EM io|Nt{;cw&vѠK_#TK#r?(e_ *%1!VC`:F (˔KU6N_ڠ ,)l GXtqH>.J8NRٵ):e5MDC<0D)Sum@P(wJ%$Fctѱkz^'FDں9 pػuYUvgJVI! Eh"ܷg~Gq×|*C_D ُǟq1f(%&y`rZ"YYàZ$"oiA̵G%0H:KF7\%:SO "ZGbb>bDTc{ 봻W`nby/@%(1{pH+9 äfnG L I1 hej֦% GWR 0U^kC q3mK_>wy{F &1z6׭ Lq{%l4Iꩯt+O9рa2c&ʙ 6E~H˙]7UE' 0rc"A;A;={(Ǡnm>bBI2Y6%IT& |@\cXߵsݰ r(S܇[trp`NCd-jtL؎1uaaV ;i0KNI,ƺh<_ %^㭛W??Nӌ 1J%ҙGA|v^~~HG|ׇޡLfQ<ʈ?L+UKD1,t3hTaR-y{}x3;}nKҬF x;vJr׵F COT5ݐӗ6ien Fz+#R!o( E8 \䭓I^LԷWh Vi8dB-Ă>ub!@n|]˜x^Pp i ~ݏ(N"} z鋛ԛ=) 6h*aTC L_mOx (A7{J{ 1aH`NKg6ileKH N#c,i# 1Вn$hGn$ Uyb=;o}qeimP‰}),$ 9,$}#95._xI[|ćϞQ b"Y:2A.%ݠACsnKkظҥ}h{ D1 pT]8Nm1%ܯ ́z?C8GT% gn!Yd拰/G$ w,S68>L-p*CBlU{շ +@8hczE>TfdY1J+d]n(g4ʛ۶4v¡|7|̷6Ϟz0q83Grhcx̳t]?_\]gߚ4@ Y14'Jt*&"t2sfmDjhWKs\)͊^tu^S1 B)ITA*ZıV#](#'f*,^›^˂U0:fб0R8H N(vCfYj{Q~=w͍Gdoȏ/Rzˬ`'Bw//w~~=\Wei\4ɴiRl.LRitp"}tPEJ1k[w! pYEZoa; }YS'jȺ0kN;w7$ً Kgb LeBկR+2G~!~ /x9xz`@EyL3fK$xB[hC&$$IjWD0gaV2u3Ion&Ǐ&`7<"\֤ۏ(z93)lM|39Wa>>Pސt61&&IvBNC*(gC!=i eA˿4mN†c넷[-Cqp/f&m`iS,KM !MMw)LWV~S FJ=,Ll' z$kIcES:=32=LXk8x4 fϥ7ϢkѷbFd~qEB41\εH7:jvЬ M!-OjB9eYd~Jn;5@hpl8)rcז,H'~;\n|'ۂCMz Mù<-ދET߁ə:άR!u 3YY-NրdWѴ\&.CjؖQx s ћwmJF!;OumkO$R8X~i*cK:(Nk4Y[[ .)sB_ XPb"Mt7ɐsy@1S")Eo?ɺO׶2O^# Ct*j)*~B_r#;w/% nME3.cx W2+W .s{N}?>a> T4TŖf/SIk\}\-Ú}ݛ7Y aS!ޭ|N&uMc,Ԩ :B0VZ:- c-&/`a7ա :@&VMnXR?K5H!jYrnW)6w7f=, ]) t;y}&f7LVT#TjEq䥀J4pc}b >ڳbPvTT}[se;ض02VP'fDL+;nM|RجIo "iAh${+ŊIЉFGbhdvX$LNM-PPW)(f3,(#=g!t] <!%;O3ɺRg>vme#ε|}&kA2&P(T ~ #8:XfA@I9F Fqvx'=AV! DD-^2]m ;ֈ871fV G)U_>BXٍf\l:4.~80zWhгe-nM'k00ajr5~M̖WvO}82@8v!f~5Zhؼ䆂 m^M멈"j t4gݖdچX B -ƳO`P+P;8oDfۛ&j@Ui\<';QPGVX F^3?: ĉ-uh`%jzhnp() b!,8ÞعyYG/ }R'=LGjJM Q=M0R\-~21V:'e B`[FMJkgqL2 TDv;-H8jTt- {R3&O;5P/S\ٶ g@B G͌68qawn20)!#D3cPE4-83et Χ)2,Ə/0Cs7hϯZ*HF(ZqneZhR`H4LVh4'j*X;٫ˬa`hWa U0X2?uZ{tmڈ۷H~Z%=iƐFfpnE8F5Ր!>C0rZ7 #C*,M,Saj7,$ε-AW<vtM@+l84[1NP!S21Dnw{K x/>{x^CYZ4'qt*\xxIИ۷aΘ=j(wTqᔤB S4)Q0:`tRSAOBi}¤6&ZPpԋvWB$&O!ЕaK =XŞXG0)Qsq9#b ԅGMf1rbQV GWoׅhpHHmc"5:A5p(S)x%lw6~(_zhϵsht滩k)@V0bҼ.x &yXM2+ǣ iH)($_;v ^H@E!S MM_2-ռ7>Pדoh'~kBƜ։F C\o8oc"˯M\hD\gC0c!a߷߼e} 0ίty.t]a Ѣ&DY(EJ2E@/oAn5pȲ4G/O|_7 ATUШx4?)j_3&I?MaA/AX:h$ZT+WF5 k;M%gCaBRBOM۰nBXN2hFODGaӎ/]FIDch\x$Y6 %%,*v -YwrpZ4"=> o3J18d!㘰)š!'!!buZ aԱY4 R(Ԅ .B' ֭RlꈤY74Րd4BL\PͧY;{hkЏ.psl\[7-tcƹja ea!S<{նeQ2|[>t}b%B`B;2% ~RĞ{{Nr^ہ'x:<|!z Aΐ 5SďR﭂39eٍdbEādW-'$b*DDAKa{oΆfU&.iX ndT /+Qe5VZ֚ksJ3SQ4MSqaSq4bI`FM] kuJ3K(B'$ia;DJ|ulHv}b[ϾOTqf4GC.3 0b^]kb=u4 =5mR$ \aD:.hpA܉m0SvS0^b,˛xWBO_nWTa‘g|aۍ P "+4νl*A4ǣ7`hD14tLGZzRT (³8biX \Ok}5Je:WZhmS`ca2rI\;7"B^v MZD}f~xp] PhZŁW-Rp϶h4?3T8;zG>{!}/81x6y3v:%IJjG@7p> k+&4Râ"_L 'djvʫžL ΎVumx"`Muf+Nb;h "rOIJT45E*d`F0T(-B;6coV]"B4>6|OԵ\b^mH]Mx"?a8cRٱ3|? G8~8RZ8;E 4:kJ#y8Cvy^<LDo(D2O.Ӕ&j&d&M-f%Š%Qҏ ^lx"KkH9#4jjiP38lp~njsV"a2l6g! #E#TaD#T4ˆ0R˱NҢaLo/ 8۰5@02a,a>Z͕M*K'_d*gS>g8W('Omyw%:B'$ TdDUʕo->{Iߚ%g(E-"BWi:h^9amt߂{')THkhJiF/jm=""xJ)S92Dʔ2W1Zl`Z=]uUYJ @;ܒ#cg~^йs3ʧ;ħ?-8M̟9 srRLdx[>U|KۮqbIdf1Ɣ\'1T2< ;C@!3MZ4TҦ&aMtsIţ(ĬO xye~x ;EWv:69rH ix7_ M3vcRƹs|Gyx|?WZB3dZ)kB#-+Eh)y Q/g')z>ikV?ƌ2'0 A2S"İH"뱺onCFǨx]3 hVnD:"cKH>t!F70^ς;J{B Lt&0oIGԴ?yh}䏞NK7CzYHsv4@>_Ψ< 0"ႂ|m X]*BFDY0P4BT}XB)cǗM:8YP4Kbd,d7Dr_5OD\UcRɟ%'j[6o޼{eYhA{$="re Lrin]yFF[5H1eZ!_ =7X5 y8Cų*F)mZE%s0G$*c P(gqzv |<@ S#f;aЈԏ=::k31 `1kr@/!OyL؊Oz] _2% Ps0mCJMrQuM9},s =aAaXulf{o^>6T$TB.2 \ȥ:z<7"-Ɣ8gDXn |Z-M%yR7DJ|knd󍻨y߯4fۼbtNa~_Xt gNV2ѻ6!B TUFfFGw>ȡѧ)84T4j}VU"@J<'9>2y_Xl=w6~~ C?"5:Ʌb 3Cf*$9S!yp4R͂E=vҭ@ )-&jWJ i;ttodu ^{mk;(u맞~/'pf=YVz&RZqoE`hyT0Zo^[>|'9OIܖ5D!N17OD-!l޻Vn'^.'.ˈ(a[w{:K}%HbO 6$8X5D7$ SOT(ZIfL}kUJH˫ǏŶK]x~]!tw;Eu(aD1N~*߇c<{;?g8_>zSl|AH(H KAo_6'N6?-C/QΔ)%2}1QXM @A@'FDh\X(̠tmᯡ# q Qڰ mb{RɦL5Yu47:]׵]<'ds8r75I5͌e#V=oޒ4̈́N,fgk2)^ |#L}sffhew9C=kn@Ebq!H(% q!p @(7̝[<ɱg1?@O_C)zEJrEn_4QkTbWh@ydnU&⹿|Cܼ&H]ERz9`; -y;سcyXRb5kxa-3mmq[#flXn:ڄM> 39WKW[9 +!Rvma2$! sݘ>1ÓZ4ar͛ݺC-eQ;v%;JhnejZBlks UGKc<ܼFTj'hiH▍7r{W7E tۃl@1)1ɹ9|'kyXQX>mPjދ@Hw!"2-5T:-u/#fdVR,D|^XM Q=2n&N,4-s 2n(Q _ľرY:60ȼqyNw8zu,[i[˃w|][(e͕zxw,3n)$S\w72j ԧ[nb4 ;8;0s =Y2A70?w`$DXQ4bN޲0xijT&j|op|OOA 뚎CZƘbǚm<3;w¬B} (&.2%~ų<Ŷ8j[tnr(ZkF4ڎ-%Q2׉ D0=b,=KH/u/SxO_/]7^+. e [J7c{xspz6[僷 6cjf\1+ґ\߾ޝŹQ'_zso[ȭ ؅p f|k8IDATuΞ T[ʹt(~-jY<{7Pr@)uFqq,g^jJ-/?NQ{?SGxtc/ïr)lf3umLEg d\HЛ{ e-A5s3C:Ngl嶧(Bmb38AHlMA:n<njߍHIZZ%p,ݼ"IܳeYv0 xaI_yﯢ۬k_ũXT'WAwRD>m`O,Z=n\x'ZSi 9z MfLU;~w:ٮm}[X&'ٛ!fXL!Z,}rsхe圳9X4N\8t9fQ? t?39=~αџ [?UJ%Jr 8v ,ΣWqr\x0s#FV5l[J`Zi\x'ӊ@aZJ6 &!ak܈ŏIͻ9m1B'B-BHirGڨ/CYF'@l"| Dެ)_ fg1_[1k3ŋϕB[nVtЫ_#=sdH!?(ߥ$y+/>J)Hw xm[7ȶ0ZVKk f5Bp_[8ƕȉD"pܴ[T3O<4kaٚƶMpe T`\gv|Ph謝Y'};+]m  c1*MdJc_u{+ {>FZmׅuBhs\yuHJYB;V=lUVYj/mwZVn4RU*t5iJϓQBJ(u(C;$p5d=Xl$t0 q nEmt:0׍f[=fiT|W\_w DD&f/M6F{tL^s=Hl z? fx ŠOEPp_kZg0;53(/cB6B;U(GdEVdUN;#r&d;#K:.B f=& DEzZ7ĴQ5=-Te@@$k^d+u4Yo*oUFR5u%ֺK{Њ!PVCkJZEbFJ)Jeҵy L MF䐨$rrLlj,Hw]m+߅ -OxN׮& +DȔOǒeu)hSG^߆\%haWh9(Ghg$uҤF;ѺR^@YCnh9ʔe!}ߠ'A *iW~>G_6$ÍڕIU4rMt' ]^ )68CIǁ9@raQ @f<$M9% tN * T ZPCŠUk.BB@ъ-VpRji5j=,7O ]vޣ^{(Æe&O:mYfmB)-]Xe6jmmwn/j7C/RG/^ t f J  \H,WƩ0vLʍ5.bboqK?ƿJ.t--{ y>"v“,8}k̜&4L2,\k-۪.;o\^V|'=&@d[6e Ԗ n3@Нɷ1FFE3qC(>Qwp'1< PNƺ ~FBw0{<YNUsBIT|dIDAT(UOleoױvmG0t Qф@2M@`4nԅ%$L 'HFH4DœPSX wv{߷p/?qFGG_u]7vҩHpLVd_\211066QV`08iFUW"+Iߚ|Q'w9|2ˎoӠuF#Z{Xj"#NƆ,=d2)F<+7mhu_Z>t/S+O>|A*OJ'$T?SIENDB`ssh-import-id-5.7/img/ssh-import-id.png0000664000175000017500000015162712104017114020232 0ustar kirklandkirklandPNG  IHDR\rfsRGBbKGD pHYs  tIME/z IDATxwu:LO3@1)di@RVlYl::kc[v-Y$( IQE9f;TսJgz@D§>议鮾s~w=W.>Wû5A' Sl[bY6ma[6}=W(2拏X|:xHc_D\V/vi96TTtWm˒ضTCjZǠWJ{>.3UYFz竹5U _:ft 6ye ] CGBV12cs_)+@QO}Yj?/ ;e_{rKkQM9LJ} Gq'GaAyOZ^h4<9DH}tw @^ߣ5? \}X.Gb ˲(K  +i4 /Zjz4 p>5?OHBPtOWBP-tA|kh??~*6zg]s\Og>?32:n,Ax6Oy nMg.`Zh-4BPhkh _Y"~Okn~RށAlǡPpR/JJK~6ָ>h-%M~Dt W|*UAJAPPpm)%Rrt f=kO*x)7$|zRi3iQE\B{~DZBP**G*>2s`Hj_ ǡT*R,ZQR2U ?Oig܂fY%D)%,@ DKK"DZ20B B#4:"4BCX x^ٷqDwLlp BK ~=y2~۶BPP(P26rz2?󎡁|bw:#c. RZJ)-DkaI%D[^~+h5}Go?Y]))888N3 *kQVE?Q`D,b@XP*ƠPpTZ9t8du濎JgMvnAB;6RZj[kmK K8ƒ%maI۲-ݶP_M<~NBHXR=bk&n T,R.f˥Rδd*nzxtWLC?5q@hk>hG\}PԨ[Ga/B(t|i'K?mTB . Ʊ-찆_R<h%mS ~ ĒRDXw΋|S[?];}nSc((VBk ʇ;7[薏/EL)=eUEB S%pkUJP`Az{\ϧTT4nll@@l\B} z4ǡ6R lˊo[v )!F#R?y@W!#e~]8hQ=Qg'<"= 4BkPJQ|$PD/lX#GgmP,lӳucy 0J~MF Bu=ߧB C1 {l+8J%Sŭi,Y4@s"0-o}寞&N(Ud!4bmqbF4y\.RtR V >(gUBѨXV4rtQh.%r_=cK k.aX߭,e@/3UFΌ3V`y, '"X(P*(8eٍR ؁X,R 3 .]CO{IK>6x@4b-r*@JPnVsh y^/XU<|CՎPHd\Q 6_ҊCd0pk7GqooW˗.sZΌMfyM&*T,R*~Xw *j* |CޣbhT?W h,lRWDvu5!e0v /ڧְ @p'Nv7l*ؼa ˗̰1' ؖ`u(޷mDTh &Ѡ^6fgmZϢ5 Po [ad}˗#J%Vy!B핅 _U6=;>Bs״{mo ~_긾NXx}r$o6_8El) <η7 7֯Y(J4{*8tK0 BWLTıq^Tqk5jjLrw/[|{2RNoo.?/ @)%֖p>޴Ux@~R5qO+ųԧ& }C]-)mg$brjYfgVs}|bb((:cDž6t刭ikW-g`?/LO4WTqPT}ҢRX(eľB*;H} :8Ie& g'9g|sYB`۶\e .Mki}uUG\Ui\P. A)>Oy5kp\ZniK[eO1:6g'&s=15tl>gh&Q7_͡#ǍT~is}E N!%:Z<<ϥ^Dg<;*o{},,2y ]`Z@p.d)"D8{Mnt)Z@},{skN~#kW/o7.ǎNav֪֜O]tqb~ E}/eH!jR.195˙{yx4yvljqZp|w E*\tϯF9!pu# &hp6U-!"[d VĻܿ}j {xQzTg:|.y}nxρC8p(erR֯]ŚU˱mMU+ǶƒV2 7>uاc6R"x9щ/>iC#3380`G^H; M!}itXfn*\=ϙ`Y;ߴUփkDf~VLeV(jbi OeC?pg&LiسAs-ڬbp^[zZwbmP|?H5}qZ29J:|:=WκoA}.&p%2G?aCHU,,xQï#,ٯ}5o5Ͽ2/7YjM&G/݇b\QZ8l[jRVX[z+ӳ{p)\o$CqFFSEMױaj,2mIztY6ljSg8pHJh:n*/HpUEwE bYM[VP ?0SԱ',raSS#q`/Jmײkı-%'Hu)ibQ^{Fyfx_b5y qӓh+ lv=_q]-O)oQV<18tK\ kG|QaRڣqu G;|d{H_^,]6_9)_ЙzF E%Xa*3.BUb#} /%Z aBd_o>_:Nc;q卬Ztu~j^ٵm/u,4Jjd͎{75V}IV>ڞs~yh(|aşBi \Uh8+TU -iԫ3)Rof9oz Kv!a-\Xu{ c2<.kV}d +00z )xXŭ׭}׭Jݝj_*Gl]6_Mqb/~X=ϣZZN`gq5B\'kZpۏ"H)0 \]MU.x3SyշM_pN)pc t̬H, BO{xuܰ, ꪆ&h44qb ʀ7-'h[N ϟaʄF@Bh⥩ 434 e2]c@7+QxyZ~J8s-_aU"3oacviPRVK]i:Šo[h Jzs:lH9)KՔ4T 8 _RVI{':RIpƃa3к0Uj@*mb^v+^ze֬ e%@']F#. Rh#r\4߹^%4JZxxS.*lk/fBa_3OҢ.e\]4{Rak "a 6:*qI*! JEr,dip<4 sh?a]z`-t(c nn_cOx?>{:w.B A\YB Bd<\\aidt:v.0XZ!Ej+1#U-[J@~"*,tc=3Ed]~:v9SqmR F-gkp9l`Jl7DYZ |> xHa#[@?Wt PON&[Ҝ @kqy K $(9xxK;0C0 d.1&*:Lͦ3(l sk4c&|4>Zt0;0}-*ja DY5ԍu&@OQҳxY\H#_fu1h% @SElDH7?dxyL"C !eXVM $畋6^9i2{lt{(sQ[~(vuӐV, X2ی2 `k(|"#;iU"rJoS?z@?@ō[`xpd(Nj R"& )&4Wї*٩IT;K8/b_#tF\JWVĭUx!У?i:nķLRX.G>w e[yDNiq/I!T ) 1|]Z )0{,rľ<vw!c R+òW}|!-HipipﺠUvlJ1Jgr3΋L, IDAT =ͷɣg c`i ?@'yj|^pt0Pr߂$# fIћJ X6R{2]:$H ahU Ω`¦^GZ**# Ŭ ,94*ry {D!@g 2 TDU.L 9ٸ )@ mϠL52y($h ! F`لݬw7K+]{` ԝy9qWda[) @oALpXP`i¼QX"Xҿc xG2sENH+le+ d ^'9MZM6wQ4?U7V*:͔<)sC+ֵ`;.&Ztv!]:(ZŽT1H! $>ԍj =~8`Ƽ{ nMc{М ^j~ ):4|0?D }- J+{\ 9@vi7@P2#*b m[ `3pB+۟j ^kcvsJ1cr9O{TsB[n/?X+RsܢZGF qdHc&0̊Ł8vpX9UԟhP-nwȗ Z ߰r(h t\@\Aoa՟VAt3 #43̎*?7Jyu9hA~e[b>//Xږp%~cA 0^H+5Z$eJj+$Bృ@1StHf=fͽ-ftA{s))R0(Z㇍-$ϝ?(?> @frb3<1c̷5BJ޲mbٺ W[puiuHmA4' lՕCp @)j . HD}->6ϫؗE- xI(l!PZ@j)jR2b)$"%W]&J\e"-ű\1幽s=}缈}ymoj+Bǝu<-8\?D1:@me`|eQVnhפkTj3I*[ q>NN39]ZsV`}f>ՆL_߂;ַft 6\ЫGpW, F>};I!2Õ+P>{d?}+6uJ9eь?A0WZIa/ n>7ng2!>a[_fqo1^v\+??\<<6[sy IhJӖ6y'Z#!P9@SZ#Q aRZqADe<}YEq:yL#pI]c><1ӦQIt硡Hn]=*ɚk_uqf%4X<h^a @D=)UB!pzX؀itbLg~TĤ!/dh{s;ohxzNk4v)ZpEaL".-DP  /H qz-J3S =Nf#gR~DmtG~t(h -lb6XQ۬8W@:(@IchL۟w9: ѮMʆZ{z14z-(r~~)7ԝ:{t*0a@AMH/_T €H]yM4ǽs7;)!=s 8E+qZgon߽#.p0sGU(UVzKXa9upd_oHTk{CkܼVBk~aMX?Lm:GG0"d @iMz8@}cP:vhW Zt^h0W †1ÉajID+hbٰ%sXi0NMs l ;`\`׈|<_~? !EZpIA#4)N2hox椿`oI ?:W@ojߛgBȰ3k7p9 tMȼ*Mkxl! އ ^t)&z(7rBtH ,KV36<G=oJI^~RMO0LM xkWmQgVmah="!"G,k45l?yJ)fʐU 9q,BS.@+6n{qjpɭ +4\#TJ+fnD\=. ,xLX?<? O0|OLuH~v!\\W5 ugdM:{Apޗߝw">EsV d.DBگUP8G`Sǽ `X5(3gNRZyYҀunNљ=($hSz0k \X(US`t͔gbDT 3xa={wu؋?4[(o,BaȾWb,0w/+2(y~ ?6!SeUAZNjss*5Wa ň_[ՠjJ@Qʏxbo/1M[0`o{-fDW/CZGSoVF`a5cJJ b c[GF{~>-;GMcIeH&Tąpe(GYP1}iAdU>&FNRƏë`,@sA7gVR~.äTN?%)5GTk/,}MB/wp1&-*NuV@ s.HgEAoڊ֚Ӈ{*-\oeLLehV*TNF (9#~>Ϸ\jtu2mf d(=pJC9ڈs ~? LPZ>򿱋k (i|G)Eq2"23V_ؑc*v>"(r)_=De: Bf?77ZNi w9>Xm:@WOOY5*?:`=^I Ν `ቀc$  |ARN :N"`$Zod25zsrHO%[d.1Tsdh ~~=,Ҧ{8 M! _NUۑŴ'^2'fg_ 39Z,]5kְb RRJ BkhQ/sԩ0cxo=.@RJв?( ~a>@Ay?&ό;O%`d5-߂}) }+)/dBgv}C7Swyؗ9GH]ӷ*>L]m-'_b8p6m¾V,Y}ݻG~gvGw ^(`ex!/ \,mDZBqR(| P-"9J!=t5V[! _H] .U~mmhzFVhPըX8q(008H?V,y?~!6mc?Ν;y_7GΝO\@. !( M5H[$k6lᚅud1 4usЏ|cBkuoI͌4){'SY01< xf:m۷s5b||Np>m۬[618ԓRYb> |5ѝ;\;Zy^0&1Zy@ DX owBo;vp> +)Ksk+E1P8<#?P Mi Xwv$#B_o&cxx%%` ƻロ+WKjsx޽{ٻw/6nd۶mض4'N`oƲ,x/v }u2/1!W(?LKR \akHWs'Gve jM3 x:?i C(nlΞ8,BVtY %Mqs#޽;ϵ1I , `}R0558,ZǏҷw]ҳ/4PDGx ^?mX>9CܾЮ@|cRy. PZ^v;[SmoܓּԙϔY)Դ[^zu.婯~u.WWWݹLwMMMEƨT*ewsfffkI_(J)<{.@N}Gn @KȊ|Z)bšk+KbsOrX@^5=%{oܼk,V_kő>v}^uoW6{ƌLZ|UE? <|xѝ;3>sg ?;+ |+_{`ddkR(P`my:Lϥ[{maD4/ms&ΙZ:x> dzj7} <ٙSƻS{ 6ʼno#/=_ jIz_#E`tƟuƟ`.M'OJ'n|~Gw/ĉ>t5kRיRpmucEbu椗a:P3y?,*2I\DY z h (W|+(+qt , Ŀ!}300_P`78ͱg >^fK%? IDAT|/!η}/ k֮ 4JqX~={v~} %[Ec~hR?G{?I]>RcyB`#$NrUs*)q|Ij gzݰH}k5G3;;FcvIfFv͕|x-O~IzzzdUT/p2: É@!_\>2*Qtb +wPԧ/Xmi~X> vגy9Ƒ]m_J Bn@ۅ()>?nB[o{ygZkoW[omR58{>WeLO鑏 ?OF#\:a-A@F! չ̹Po#2᥏~'>}M#. VyvymO}G8LncB/- uwAxo*,v=cԣõ>[`46Q? >~algŭd Nyp6Эr؞/䍁?ė'4T{`Wϟ \CSFip+GD PĊm:vO9=T7_|cnhڭ~_"%xpT[NMO_8p1ӵ!^s7MBX_@XcvIE}ؖ5nkn̩/–[wp;C_{xlA=\%rmf9i| aQhV7m?0Ǟ$o:~cl~ҷdD7oТtwwS,ՖSSS^YI>"73#RΈ}y=]z.L*@h2) zTo>MVǫqkuz V;RBi]*b!B-,ySZ(lD^mȵwdz2jهbz6ou6.2| a?',Y{HFC!,zD*XyArG[L|%z?rCAʎ[?~nDS1~_|I]QӁt]Z A ZZ,%qu V@RVތՖ}?NZVdh hKݢFW W_ö{!2>t@6b!$'A};,+C*|ztT*޸Qwww܆lff{|_Lp<qCd<4@H /Oi'V ^A2W ey" Dg:~)' Z24y4DH${J!Rm ؋HB٩?Kپ baިӋjn̰{W?8N׀ƣx}iOlUX=WO0zt;5P$S>:}pf"VT*ᄌ m,]|ӟ#Wtu^[;C觃Zbmz|SSE@3MX8:B {pNqhC;9{ @&%c5mxۡ0ZSF 6*9F {Ν?N)^i9<n r)hI))JHiQ)w?q +GYci{/C5_ȌxAl /,9GAX`# ɍ G+[=_+va=\\ ztN3P0weNM).5h~FKЙ[4\{^рca#cc %ֲZY#4.XhBrj9} ҇ - DXU=Wsĵ_J~c2F6E\>@^X|` )wbÓ{jE~mƣ/޽{yG ytïz0O:ƎB>S Se"68/ofdN zQf|zcgF8ut clٰ!ݥddBΟ_J[nzڶyird)M8]н8yOBAhT_糁YN=<S;{vW]CCT-c(簁A\kDcf|Vqᒜ՝筪ηog$r%$ Ҙwm[lXY]?]m 2^q &( $@(N͡v? #gznuuz9=زeK7#GҗԀ x7x oәT 2P!?B #B_uo(%w@B)| znR(-y7KSLϷ%x-; hyRnԂ5T}]7S17'@Y5g R4x/>d .@&j Pj:޺HӉݞ &K_ M4|嶒%oVo}(K8P0 ,;c1tŕlٹD>ߢ~ ]8-}PU 4c'%vR7ش_̓7!3X5J)>MBhk4CГAw=/{GG}3Jy0+Ǐr_,DOn  o=bWpƑ^p4R)[<_r [l ߿|{~uוGD8Rj,Qh0P߰ ?&fzYRPmXYʍaK9JyڂgU(1Gln FE4߯K!};}~!$O>>NO:Z'-(e)fRi @KGz3}[o Sڴ"dO>Ѐ ) Օ$-,p+wof.$d0t`>Ӄm\_Q̭}=?01c3ֵvJű3uƧl`tZ"`ӦM\}{d pR.N?YC=FNϞOƿ%qq#ۘėx2ЗJ> b4&}l߆ +|v J%No%onKm4h܋H9l#fyRLI&>ܲN{ͷ: h?,|Uoy-,<<1cA#^s_kٳaF6okT*qN<YCŕP>PhͦǞ&UXBp]=w!aD,CЇna$IlI|Njc~hσ-=Y+luںtPvt!'z!up /ϭ\M*.>;NjFOfTUN>ͩ') W7q5yК+ۭ^#U[5+݀SB5v &-^-Dk  I= !Jd$s}]N,k T8޸F,J^G&c\HlymE-|XÝfR<0}."ߓA7FD0tChgV>IY{#Bg :X~މo MD8\{iW?qfffdjjbw 9Hha^Fo*HRJݒ̢~H@Ti~li !qm , -4heƏ *CG.Ezܙ6_7N4$jÂ>f:7MTox&3ِ^ž).Nqqv{6♈ |'yBz2m55s]>LJ ^*,"ݜoݵB3~;g~aM_ [k*W2)^N7mB\H v\5;|0[!Jg78p﴾5Mr @t/ ZUu8g-d5f+P"@uz1~^^~휘=Ƀtb"げ0: s%8Nޖ3F xHgplI* ̚Y[hk~6& zS_)ŷH#zi@2oIWBC p~ an^z?L*=x+RʭΝC.bB@Pe^y}ˍ!S${cεmSݿ◼nj(>!H~A#ESp<Rg%>c Rh 7^x3D M8J^bPnݕ+3tS|oee4WBH])RhJ M%1td,>DZ:f O`]9ݴ \ @j5z{ vД_MȱncՖaH^q`ř&O酋oJ> hdH|h?^̿ ',o:]\_Zw=4u+u=(Za^uYXSݶiH|v܀zy+׍dXw t,K]<f~Ĥ܏B`C3HH%3SoEb"A>Ko ߱M^xLezRnvt*[>{>&7уK#Rڬ~8'@'TJ.߹[.J20' ,S8ذ9ΆqvܖQ-Yض ~k_('m^PARNo6tV׼ꫯiM3K{L>^;㱖h>"OyG@H)GreM5t: IDATZc NJoojS!宠/by ly%i6ouӗehq138Z Wy̔?{ rLLSRJgR00~8';0g0gwC&ذ9A߀R+lJ%D.&yhӓ\V$qqH$d8Xd"I*"L! ǢFhXSh64(zϒkF?0 2Α>W字r-W^x+H\ .Mf͙G:Ϳ1x饡Vdr%շEx fQs4@; dHE~ B ï )d~_K AB$8pn/zRDݮmp7O33Hⶫ^KMaS',WJ64VVRnTXӹQToS5Xv\Yy漸+9Xma@!ڸ|2Ȭ} t" G=T?>"H֗Ss,J6I3 MH$lB2d?&bgA)fZfl#{?DEyv= },J ut}LX|xl/}XRj M d`(ř sԊ%RX2A"%mɔ~RzEKW+_}d< O'8T}ks,= ?v۟ hrD*sY$6CB_3T; a뺾qLӤ';߭k[DO*G:{zI%U3 sH%41Rig84^v[(&ѲcJ֚( DWp5!OBpK]>gM~(`{و>ZΫY|˟\F*k`i#oNNξGyzj{x=58PS۪D S^r%:} EkRy۫ioW ; !01d %u#0U[$2fYE[5롘:¡Kt..ghh(_Z``ó rEQJw{[D_27Ic C$W N݂pjpIZȫ u! QB'> d;ۑP? ȊF^`2K[EрFJ @HDR #1[փ :~j'9~ ҮzIm1#D~iM7jޓHB^d"|?J12lJB/Br©JF%%QBQ(YEpvIM{jcC3\W2?بg  7w>n-Y*̴{ j'sm$@]d3Gy|*>0tHZbڦ n5AX"ѿ; . >Abw __wȢhcEjWk_~?NcrjL2Ih3LQ s1sdStt鷽^ ,_i'CXF1zZG4D_5vFW .YE&ꓜy V|iWt<޸ߞ2H)YZ*|@״_IţUO ]LЩ,K"\"^}Mbh:Qv ^NF[yh@:. x.MȺ*hF>n~6ϕn ϑ\(wUy٧nڿ +}f=O5Ko2XbLT0p5o޼si4?N+漤)^( wV !/ލֲ1SxVY@T](GYj8Sif3V\iket xj*)%ss󑎰[\%gJ4bZSy$Ic~bL˷6t%9x8v8s#C#+v0׃7]9?m7VCF. 5L@ 9[2mBY6Jp<+,~׵uv3z я&w`HCp5|؇ؚ<1tAH$Iݿ^p p'`̦mn< 58 zY[ki.mdW6K`j( њ < @"@a;6[A'ǙtMTQضnhe~7YNW\Ssss~>I c-YL:RZN>'pfS VIbql‰S'(839Y70>ٞox-<Ӝ.6ҥT5 _@74oV$y pOa⟠{ $7@lKIgv ߁PB\L+2ﻄBxpNކeʁsu}&{:P1 \^MC(mwTxܛq/iBGҡ%QZ4XNo$hBzh"q Z@nayAͤз"qjL$g-|P@ee1`y|MRz81FFF"(p@[9r4k? mg|,3sM40Knu?*q^{|8rJ581WDivD̯`Nt8 Кɦg0DJj0%N+@P 5F+L/ ,7B:@Q8ӱϩ]wѵĸ0E¬Kjv ӮRJ|Ld><67A*8F<>&wPv"w[IPN1H)͘a[֚=5][ ~yՂR匲 tÉ#"{^V: Yf{>ȤtcUп[?6G*%:Jݪq=_.0Z(?oShyrˇ @6}x˻a_^sßa6Levgزٲܛo|z3pd:YA݄3L'."*$6o[I? Gml ۢ|>@ETn"h(_zɎyFV`Њ&o% 8yrlK/5\A 2[~>zp'[b_'EТn`P:s*mZ e!Ft4]Ӑw37֝Bޱ? a߾ύX_k\4vd1J% 0-H;HLֻ!7?qC:mpGy ņn@s:eo @g4yKl̦1n߰ ˱qGH)qĕ.?rʦ3b5 8i+jY Xp=R.Q'ۡ&}^܆ t* sI*~ 5u8rF72@n\O&_TY-D,̡*Aˡg;DK~'$ɸ*nD6WqEEwzmdz=)U S)/ɣ$ cVfV LLYd(:Hh[JIarQgsݪBI! WUeحZc۲I( 0_<.*c4.jRI%_s7?Ba@7u_|^~N0:tS]‚a v![X/wwG: tO^Ѝ`8!l3ޱٝ~nKӫJв̚Ysױr mTwr^qٝ_*_}?<ǴMli7j$Zڇr!1uB?ȋݤR̔mbXlm Jk\v3% t RU!rxwػ( SmrZ֔8]^їetp4&&x}N3-^ۍԸ-.>,>yv+Q4C+`#Zj=85}Cݖ-19HtP@ t2 2B~' ߵHBv蹅?cx׻ unMEܚ]KZqEgѶźeJyw}_;>rWx}>Lĕ6 |ٻ*V_!OudP~^V_)̒bbFҭ((VlOMjF!`o#-ğF2շ-˵O,XX\ gO34`7xaٗ/}^Zj3"jߕZ7@Z?&s}((r 1GD(m=iG(צ~ >.ubV]k˪jUiTnKEӒKm*jiZ4_}Ů{6 #{ޏ@wj ghvN p 6A,a(RZH뎢sgfR؎q,yŏhsbU+'Nֿ'eM^bi1$b_aema[ˮ35=-D ^RNrd-D)D$>R6֩O< e:0j!Cu!I!:lCHlo1y zG~Z KBVӪT©d*zqe֢8u*VJi.uo~?2BĠu!ĕ>6U;趻m^DIS3eݗ;=4E>љk:yJ%I p IDATr1Tض׹HA"gFАR93lS va_7Ⱥ #"ҵp (uCĠɷ-Crhy%Zp-!6p ? +1/9^vo]TֲvurWNY#ՈnLK*])])M %\\V*_~lvܖ;e+/ɵ[cE4?C+TD/2&tHc7 \%{y$@yFsJZ5id1+!t; 9c^f.Uh~h# \޾Q)]ff~1#ƆM\Y@7Wo\q`;'\s梂.JzMCSuy}+fX՜ND\hVpn.3^`O>󳵎I?⿯xP]mǒbNUEŕ7B` \M 6[J\Ayᨐ8- }Zͦo40Hz.GJz Һu$)T<$f͙x1N¯\\qM_W5Sq$Ni)غ^#f=[؃ghmrw@j>%x1!0ir3\!֏}Kϼ ey5 G.tk]Zm"Fъr{'TZi֥9ʬԬZŴPs͂ԋ5TԖw| gIHW&ajV k`{di0ݥbЍtBZ$^{0R[n&Vnٔ닷ll1?oU)-JZ)1kfxWJs67'ZvdnHDO"D4z+%~ȩ  poy^!xֽnz" DS}{ޏrMPRƁ:_blT .cy )[Vq \C` R]e @ WiRc˷^~[_L1t:LLo`=*` Y(Bڹz($a@a/8;.f܀b ,e0'nT#م\& k:CɯyY/{8<t'3}d +zr*0bV`Z;<0B:A)h51ݶ+CUth]A Bg^z\^h=DF 0  2<a-kv@XrW؛`k 1汎| CVǃ)/\޶\nFcP q`{~Y,#]ɸf$cYPC(CZvq!t\w8&N`y'z|o($c tex^["\v(Ec: 38Bh4 Qܠ lf 7rZ\JQ±sf-.ze|L;G5kgKk-151 gMF=$}C=Hx8Qz8QuOĸ@~/HɌ?hkDsݚ%TT|:]SZb~ 2 wz{BWC}殤70,}vHoTN`[s_C9f(?&*?Rdx^ى_A<{d .OP,Ԓ4fOLũpE\hZV1]2ux_<1N }x'^Ž~۟$I @n/f,.CpytNaG T=i4aqXYըciWՐR;]CN5݁}yӟA~OO'Obh19GvAΐ%`ޗgm= $p\KvQ)9.8Do&lq]Հ+`'RԸEah~^Du6lO\:9ñс+?}^YC[/悫yz J "Oby{C=)(ܥ=4EKC9DbyA95ZD!KufM'XVGTUw,?X1](> DM2 ʉN" ]Ё 'e08tPl! R,V< tR+8 imcl`86d/1TxrM9EضiN{CN9Ѿ7c(.2uە[@" `Q,^)N(yea̙ ,-]bq躆? Uu%#jEO?u&?m5`S1kpNϢԜV, dݩI3K%I%RұF ]q˻x/m4 gzR)~u֫87 v6;$%8^ki,^`LY! dnk|Hݶͤ; *0<4e¤.oeG'xğ:] K"w"T@Ww ?GzpS ̰z-HeT lm%m ^Y̹Ey*d]ҒEal &BrƬ-/J1ydu}~^UwڳfP\Mrc~1숢x5&x577͍$ Mefgk=㜪:tO00y:ycns/A(^G}/ZYS"a%c9kxkyxk"k8~zah>z :Y"EXk U){u]aJ~0ˊX_i' q+-B0+PgpwpT?sKnۦ O^,,qlw]˴grkVǴTɁ1~9Yhv0kC`2h4|1o~MMa p?y+λ[ϻ)^c.):| ř(FJ?(Dc8k{K `R(qٺk8nA#<ē\Ak= R,CX&,lXL,ӵ.Bo'ꀲ'K`)f},4Vi6P 5,Ӧ;^a>2^MC ;139cB*rыmbvd<T*ɹĆOvI`5FnA1׻]ףXF85lFaGFCMtp,X95Li\v5YH#ƒGx߿|X0 im46 A렽& eF'te_BI}o X<:gi! ۗ Ӥ'2lTW/Kn(Ԝ4Mxh|t#ݩ~}8ц(.HM-Q)*LymuoɳFܽGslɛt]G4&z,UȊth 'XN:Y2NJj $ xP |O{_"s& q~RP|AX/=cdXdYtN}z3ǎ}Ṗe֔V3 IoBHe6$LmQҁ73 4d:\Vu,4wUhau搎CCGUi*S)S.4  `O+fw]qYvVx桱r-BMx IPY%sR%TeXm؆c9xkzxV!cepM0QJqs І _C9(s׳7(OMBQ 1H0n|Dkȹn᷄ $ۿ^%S֘NI|UQcҠ!$? u#`Yg>kc%׬°]Da].M`*B'\ZvOoOt ťT M'' #:  ;g`ǾL~[nj>:=",iaģOX,Ǭ=aAo7uڇ7Ǿj)NCv/h()PSN{X0gRCw³#0UlAIfhF 04؆1<+N :Kΐ53FSV'}ux_?w\VB%zrPZy0vL: $ugJ)v/Akn&,":H7jS[Ǚ/Y"wƓoMvm"K_C0d\ +YRc$ۇ&ʜ+7~chmVӷ ٳ զ'Co0|tavO塡z@kFSfY ! 0 V=julJ.\A& $*uW{3r˙q9z0- KfNtOtgBS8Lu=2uȮK(T(+܁nҏת1p OrقBX&&a^h%l--ga,aȶlBl ˊFKl2 k`md0=t8:q1c>w~!4*Vj՛EhKm"Fk*kk8?'OAZ K)5вY| & eU P!*v6r?>.y(y`/p-˶0kM<@6P5VΧkx q?Lapz IDAT=J@!} &- - [Xc@&X&޴҆gȶwQn&ӁLvO<=RimYtpcjNUUI?c9`t/m }GmM݀`ּ'|ʏTjB=MдVہb0sIl]|[dC&P $0 '`B.lR?.]{5-k&™LUƹW5oT)RT¦Ԕ?x+ Zah4Oεci*n H*<@h;nh*At^\iVy8~. zȶFt\ZڃqPӪ.Dzxӯ *4Aˈ $}XX&L*.;&'Bz:&\yo$_S *՜@#Eؒ$ "s4j?kfe?b<_!k;;e%~ކ}_ e@pX3"jJR+7dl5sq4ȱxew%X^m7mĺ8*4-QpOFS _}e6^>:3NIwN 76pX|@3Z4xCPUD%(q+gzN`r"_\|g\#dL3A_ɿe* 4J&zM9ksQ7ر!ɳ?duqHC @ry_,ÊìYgez+=h8\&n ٚW(EV X N͚xo 68U~dǢQyfi%o# T5$eJw>[cQ՘M EFFَ5hmXje.Sc&f M#D.[w5WxzO*18/?z/Ws5B+xò'qk_Tu%Y5G l^GHkjYCoswiaa_0zw>P&b)9k)4ow6Yi8^vC?}IZ&OE8 =i:~jiT4>Z#-+"YDŽT*ïF&c4(ު1?%2;.hm eNѱ}J`Hx~'͸?c=#kgh.Yw5̋;k%±so;)~ g|9OR!P(ʃq8PtT WA4#%2TPUذ7j~#=dH1 ?Luss) X9?~s9¶%e=/XpRRk.߁"7KyΒۖT)Z_5ݹ\+*9:qFտw`Ư͝e  iԪU0c508Y2n6flZwA`4]\k873US)WT75B8&uc2 =Z$-[Nnt%!k4Ҥc}m &NaxĖe]f4JˑƖj<U>d 1{Pڶ64ݶlF%qs`.n CL֝/u%S50 ۴1Uc;t zd Y'cK].wާ?N} ~ #0yv@]$6R)6,!k@lӬ! D2 qaGuvsq|Kg^2jK)8U 13]ǶM!q4e0pܶ?V kGDFkΨ_5B j |@ra H@0I<\;C,i!uW5|lڳkqv[*OR+m:Tvuk!~Uj @t Y=@T]'ZgF3[_/yO='{$a $ǹ=߱$Y0M?[O˻0 NgPGE=O>Zad{FP[thh"mO|$EN3LeTA~u@3Ġcyf,8<+kzئKκU 0}'yg2?A/acbPxp5!:HRB]\tJlm 3ό&';=X0yߴ,5?ڕ<Si@ò%Ǟ<ٹٻw>)Gw}, I0sFï .Y2oo TH2G雽f!(Tru>JV ,i[~ Cgr( fuL{AHqAus`x״/:m^(2br[`$r|>sZ'N~x͉Y%& )PϢjYkщܼF}O)=_Ï߬bhU7X hBK˰T!-`gq_ha;C& dXT$cgx%kdRn o}/OZO/Q((ZjR:aQ[lsP 7Қؕw3Z٥@ 6tߴc"Ρ '=r i.o `t^$ڽ!yW+9Yea6ʶP~ ?XHjNZW+5",#TA<`&b j9H% Yx؎uF %g]ʁ%('v {w=ι/8r0 ir hkcKu1E5^P)vO4}qÑ`) u Y8;)cQVh2a&k^ ~ѧk1gP-5 {nÏGR5;v>ȧؓ A |OH!!y~dL@}v$;VYFJK^ŊD pqh=z7]xse(@T 4*r>kN OxV=3)IcWiSCbTm0,{~199q?`wҜ0p$JX@gQaM8wE{5zmf4|fr"drUdHYi?UHw|G:<P2JLX4 eTـ6-^6 voWMル8r,':+I^LE<: _s`M{cg4KZd }=1柔=?zUi۸cvb Az͟ƢfGkJuq}edRHqp{,78Yn'9;7 k`Y1m|ټg#Nn,TMAhNTn ďP+-ץm{(a& >Jb12jz4Ѣn*(oL16Кŭ}hKN{pr9Uon5C{Bϧ7~pmB=5jO]F6NT%7/|e Ҩ@"6ZMzGʐsd2vG:H!+YֿiFջ{')WɠP{ya=%`@**Q0G& 1icXm51⌝!dȺYNt%g^Ί&& n{~OzE'0nNI>QHtyq v !vxS*PqЦZZ^")WO]6Bl~Fp< sN Um۸cdqVM5 SzȘbƬ v_+6 x(9baFM Zcxv gȹ1d6|+X[gv2f/G]{咦XWÁ &? 4AJj\D '7n¿.5Ll@2v tRIn;m+L -$QRZ!"0TlMdN?Öy׍9{Y:)vzmǞ w7INOck(6?x$,&yaIr/?f܋tAGZ^Z"Dv"PCQk/-#%nAwvZk>[\זY/)+p5\Mjgͪ|& = #I%'gEnFY߶0_6 `OC/Ak/R ;Q@?j;ȓ(/}F12:a:Q )=I@OsٱK}n|&ReGyʀ?[MQhbaؕ?k@gg'1i]ϿζH,.@i+EB -F8ҩ\Ur$SI%- o=.x>M(fHA4`a Z& C4;A=XkzFk>̛&o͚,[^u";/Qhd]Q+%*>s1x4FsM&b_jof;j dPfX5V6 ?@ hEk]c5`NI#"h@2ywu4߯y"Ҋm To&a& `anUGf,Bau9߸klo/W儷1>.GbpE=$ؿ*vKsXHIX 7K@0rV=h*>l ',i;Уo%A;JĉPy?P{7<'Bx`k7o <=)ibJeئ2 Y c5/UÝ{04%PJ% ;V G r󯱭 >BǾ6G* hD*,Щ]iM:`}2NM *fDEe(I-9;HYO5HD6|S :BzeO&Hþ;`I~}>@Fr?#/EyɌP:ZEf֐ҪC9'Ca.!KYһ|滷pS?%'sVI;ݖ^~#Qn~Th OyPogV)"h 6q=tt+A+TqFLI`cѽ sS)BRq?9&&h K݌,0^ՓCE3/ct]y eJ~!&gTAiTŵxvʒs'mz.gY6 yNZv_V:L@H)_ϫY3S||MgF(C,_Mk Í~^=O*S ռ#xg|RP=Pfӊ$aO%,V =42_GJQ C "CcSl7)JAm!>e;R,8>p UX'NS)%H3%C[_|+W~zbLr-aAhJ&6ZcͬXR+<CL(&Ni(nQ}mߴX}}y=$MVcmq_֕D fH5J 5p͝? N1)裞0˴VLYGʐs:qMC\|,kekr)/LO@Î6a4lhР}r+s}j k7=߇Z4H&\?@ 2'3QOT1䮆ULK(1:Ud,_bPfXaS(T; H1% x0YeկRZL^[J*Hj1̣3/[o)rooai P0tQjE^[z u .fe<ăRVI`o7AD#6 fmOlAJ"d_C #mG`-n @/ ;86tTRZX: Zi^{61QDX*<Ȣy7r1܅RJsIIæo5g݄zYxvdl89w_V(E M$0ؖ\^yvzjnGMne!}&X0%}9S:`.<鯝L|2Zo:l~4;3\?aC\vwP͇O((hg 0cᙽ/N E|#FCwsSmXA3 _ IDATy?Xo~!_Θۦ9ѷ {Y)syoiORё蚰Gւ &DE>wwqÛyTx/z# 43594#$lĥ~Gw 8&.{>c|_િX@; )G4yjiwB ~{>Tx'ڀ'4]t(Eg832DIЊ2j3P*)][KU׍*7Ϡ xAy OMBOh,Z~2KV╧q o8;Ů &2/t4ȸ^iUO sԲx!R(C%*sګϾk Pqk?Vfĭ退ƏIC wws>N\ :jafE=8+0đna'%B7ޖަ?drT7-$&KMIgiLSĜ鿗 +^Xt-;rj"Bm∜<L  ْ'ЖFUϮ~XuWsOF4| M ڎ}@@:2pN E]\{'+EgЕXE6;WCg_% \3CAA΢ _6uI=+w4>2ã%,3%λz?HWb:{ݷ8A7{ңp2f!U2btUqW@wᇿuO2>C|V[= L!DÂPƿλ_o4A.Z{YlV;GӁg WԲ72AaiGR4zWӔ:fF|_XpbZ.a@J=ĘdiXXc8gJe8d,S\v,Ylr뽟%'NЇ biNlj 2@EUl}}|hX$ct:p;8E\[+AtevF2DuP*[gu;vZ'`X~ΧXL8n0Z;tD@ f6lf8QErq 7dR2QS<6:WՆ핀cǐG R @HK8`!ʐiXXm d,Y'k'L`݇A¿>n΋EgAm$Rp{oF؂k?Fz^\#qsbvբ{mCLVYѻbNF_% ~=xg}Ox%2y@UCI8Ĕ8YDKBv +یA?sn tp1D Z'CO ӕ\k?Fz2GII% f`3 Ugd0 `V ` 9o'dGެG,8\"@@JY[Kn6Z^֓! ._w0;,>Z\Oo]^7^?Mi"D"qs֘(G|O5lس/5.Mo }/}JbG@&PTA .T[OY;dĠ4r5mAǿ/suι3wL6Wu80z,2~'lXXN è7Nݫ5HA]l t+ٵG7) 9x5z=poA -1fL滟@M%_1~ 8&z3xūW<\6mLi5M- ѕ eM֚Iםl5dp8a%Eڍtv۰5/(۠xvnQMq\u!d8L`[[>" h; pd;)W彍 `8pCqMgCX3 ^`9J|'ϧge=^\;w1wxv\緤)_;Oi6l͕Mq\{5ÛD_# 0zV;7cMWӹ58)ڃ|ˍbjOG?Ewp,N!℟acJ4bI­څ)y~rog,}SuN=7`3鯹ӵSWoV%|{֚l6mۯv#(@0O% D9(QKQсH(:y,X*8oe?^!/s:ZRZq4'r1G'*HkC)eP. e5,2 Cdds/ `&-)ԶՆ*h+m;+PHO #cўD jT='1ſ UʁLEQA<(~8xdQF"JG!цF|nf^PL!IENDB`ssh-import-id-5.7/etc/0000775000175000017500000000000012652715276015036 5ustar kirklandkirklandssh-import-id-5.7/etc/ssh/0000775000175000017500000000000012660740056015624 5ustar kirklandkirklandssh-import-id-5.7/etc/ssh/ssh_import_id0000664000175000017500000000052212104126243020376 0ustar kirklandkirkland{ "_comment_": "This file is JSON syntax and will be loaded by ssh-import-id to obtain the URL string, which defaults to launchpad.net. The following URL *must* be an https address with a valid, signed certificate!!! %s is the variable that will be filled by the ssh-import-id utility.", "URL": "https://launchpad.net/~%s/+sshkeys" }