aboutsummaryrefslogtreecommitdiff
path: root/security/safesh
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to V1.4.Eivind Eklund2002-10-314-118/+200
| | | | | | | | This includes a series of usability fixes, including making safesh easy to use with CVS, with scp, and to make installation on other hosts trivial. Notes: svn path=/head/; revision=69213
* Update to version 1.3 - better docs, and cosmetic improvementsEivind Eklund2002-02-273-16/+72
| | | | Notes: svn path=/head/; revision=55308
* Update to 1.2: Single line bugfix.Eivind Eklund2002-01-302-2/+2
| | | | | | | I hope I got it right *this* time, at least. Notes: svn path=/head/; revision=54037
* Upgrade this to V1.1:Eivind Eklund2002-01-303-35/+54
| | | | | | | | | | | | | | - Add support for handling different usernames - Add file-format support for different ports. There is so far no way to specify a different port, but the "database" for safesh will not need to change to accomodate it. Note that this is NOT compatible with the naming conventions used in 1.0; as 1.0 was available for 55 minutes yesterday before being marked as BROKEN, I hope nobody was too much inconvenienced. Notes: svn path=/head/; revision=54036
* Mark this as broken for a couple of days; while committing it, addportEivind Eklund2002-01-291-0/+2
| | | | | | | | triggered a problem, and I just discovered that I need to change the configuration format to properly handle it. Notes: svn path=/head/; revision=53980
* safesh is an authentication manager for OpenSSH. By automatically creatingEivind Eklund2002-01-297-0/+463
keys and starting ssh-agents, it makes it (fairly) convenient to use one key for each host pair (authenticator and authenticatee), it avoids authentication theft by the hosts you connect to with SSH. Notes: svn path=/head/; revision=53975