Port details |
- safesh Authentication manager for OpenSSH (making secure auth easier)
- 1.5_1 security =3 1.5_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-01-29 14:50:27
- Last Update: 2024-02-25 13:19:53
- Commit Hash: 5167079
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- License: not specified in port
- Description:
- safesh is an authentication manager for OpenSSH. By automatically creating
keys and starting ssh-agents, it makes it (fairly) convenient to use one key
for each host pair (authenticator and authenticatee), it avoids the use of
authentication theft with SSH.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/safesh/ && make install clean
- To add the package, run one of these commands:
- pkg install security/safesh
- pkg install safesh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: safesh
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_safesh
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_1 25 Feb 2024 13:19:53 |
Muhammad Moinur Rahman (bofh) |
security/safesh: Moved man to share/man
Approved by: portmgr (blanket) |
1.5 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 30 Dec 2015 14:07:42 |
ak |
- Rename nonstandard src directory to files
- Modernize ports |
1.5 01 Apr 2015 22:12:58 |
jgh |
- remove do_nada and unmute installation
Approved by: portmgr (blanket) |
1.5 11 Jun 2014 03:46:39 |
vanilla |
Stagify. |
1.5 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.5 04 Sep 2006 08:18:17 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.5 02 Sep 2003 14:10:50 |
eivind |
Fixup mdoc (thanks to ru!) |
1.5 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.5 19 Feb 2003 20:01:57 |
eivind |
Upgrade to 1.5. This include:
* Fix for using cvs-safesh with different remote and local username
* Extended scpsh implementation w/target variable
* Correction of new target message |
1.4 31 Oct 2002 21:11:07 |
eivind |
Upgrade to V1.4.
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. |
27 Feb 2002 14:34:51 |
eivind |
Update to version 1.3 - better docs, and cosmetic improvements |
30 Jan 2002 18:20:17 |
eivind |
Update to 1.2: Single line bugfix. I hope I got it right *this* time, at
least. |
30 Jan 2002 17:46:33 |
eivind |
Upgrade this to V1.1: - 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. |
29 Jan 2002 18:44:19 |
eivind |
Mark this as broken for a couple of days; while committing it, addport
triggered a problem, and I just discovered that I need to change the
configuration format to properly handle it. |
29 Jan 2002 17:50:27 |
eivind |
safesh is an authentication manager for OpenSSH. By automatically creating
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. |