FreeBSD Bugzilla – Attachment 182695 Details for
Bug 219332
[NEW PORT] security/teleport: Gravitational teleport ssh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file with stagedir fix
teleport.shar (text/plain), 3.00 KB, created by
staticwizard
on 2017-05-18 12:15:50 UTC
(
hide
)
Description:
shar file with stagedir fix
Filename:
MIME Type:
Creator:
staticwizard
Created:
2017-05-18 12:15:50 UTC
Size:
3.00 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># teleport ># teleport/Makefile ># teleport/distinfo ># teleport/pkg-descr ># >echo c - teleport >mkdir -p teleport > /dev/null 2>&1 >echo x - teleport/Makefile >sed 's/^X//' >teleport/Makefile << '3aa2694d4de0bc296a5185e38bb6d35e' >X# $FreeBSD$ >X >XPORTNAME= teleport >XPORTVERSION= 2.0.6 >XCATEGORIES= security >XMASTER_SITES= https://github.com/gravitational/teleport/archive/ >X#DISTNAME= ${PORTNAME}-${PORTVERSION} >XDISTFILES= v${PORTVERSION}${EXTRACT_SUFX} >X >XMAINTAINER= youremail@example.com >XCOMMENT= Gravitational Telport SSH >X >XLICENSE= APACHE20 >X >X# Set the options to build the release version >XBUILD_DEPENDS= go:lang/go >X >XOPT_MAKE_ARGS= release >X >XWRKSRC= ${WRKDIR}/${DISTNAME} >XGO_TELEPORT_SRC_DIR= src/github.com/gravitational/teleport >X >X# Set custom extract instructions >Xdo-extract: >X @${MKDIR} ${WRKDIR} >X @${MKDIR} ${WRKDIR}/go/${GO_TELEPORT_SRC_DIR} >X @(cd ${WRKDIR} ; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS}) >X @(cp -rf ${WRKDIR}/${DISTNAME}/* ${WRKDIR}/go/${GO_TELEPORT_SRC_DIR}) >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/build/teleport ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_PROGRAM} ${WRKSRC}/build/tsh ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_PROGRAM} ${WRKSRC}/build/tctl ${STAGEDIR}${PREFIX}/bin >X >XPLIST_FILES= bin/teleport \ >X bin/tctl \ >X bin/tsh >X >X.include <bsd.port.mk> >3aa2694d4de0bc296a5185e38bb6d35e >echo x - teleport/distinfo >sed 's/^X//' >teleport/distinfo << 'cab50094e88bd82c65fda9aa42807540' >XTIMESTAMP = 1494504571 >XSHA256 (v2.0.6.tar.gz) = f58090bcab326ff6a7b7902d01203f605b0a241992dd9ba908678e9f6132b16f >XSIZE (v2.0.6.tar.gz) = 5343427 >cab50094e88bd82c65fda9aa42807540 >echo x - teleport/pkg-descr >sed 's/^X//' >teleport/pkg-descr << '2efafe9f4c514466b615db8d20b484c8' >XWhat is Teleport? >X================= >XGravitational Teleport ("Teleport") is a modern SSH server for remotely >Xaccessing clusters of Linux servers via SSH or HTTPS. It is intended to be used >Xinstead of sshd. Teleport enables teams to easily adopt the best SSH practices >Xlike: >X >XIntegrated SSH credentials with your organization Google Apps identities or >Xother OAuth identitiy providers. No need to distribute keys: Teleport uses >Xcertificate-based access with automatic expiration time. Enforcement of 2nd >Xfactor authentication. Cluster introspection: every Teleport node becomes a part >Xof a cluster and is visible on the Web UI. Record and replay SSH sessions for >Xknowledge sharing and auditing purposes. Collaboratively troubleshoot issues >Xthrough session sharing. Connect to clusters located behind firewalls without >Xdirect Internet access via SSH bastions. Teleport is built on top of the >Xhigh-quality Golang SSH implementation and it is compatible with OpenSSH. >X >XWWW: http://gravitational.com/teleport/ >2efafe9f4c514466b615db8d20b484c8 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 219332
:
182637
| 182695