Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37790348
en ru br
ALT Linux repositórios
S:0.5-alt2

Group :: Segurança/Rede
RPM: authprogs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# Spec file for authporgs utility

Name: authprogs
Version: 0.5
Release: alt2

Summary: SSH command authenticator

License: %gpl2plus
Group: Security/Networking
URL: http://www.hackinglinuxexposed.com/tools/authprogs/

Packager: Nikolay Fetisov <naf at altlinux.ru>
BuildArch: noarch

Source: %name-%version.tar
Source1: default.conf
Source2: README.alt

BuildRequires(pre): rpm-build-licenses

%description
authprogs is a SSH command authenticator. It is intended to be
called from an authorized_keys file,  i.e. triggered by use of
specific SSH identities.

It will check the original command (saved in SSH_ORIGINAL_COMMAND
environment variable by sshd) and see if it is on the 'approved'
list.

For details see README.alt.

%prep
%setup
mv -f -- COPYING COPYING.orig
ln -s -- $(relative %_licensedir/GPL-2 %_docdir/%name/COPYING) COPYING

cp --  %SOURCE2 .

%install
install -d %buildroot%_bindir
install -m 0755 %name %buildroot%_bindir/%name
install -m 0751 -d -- %buildroot%_sysconfdir/%name
install -m 0644 %SOURCE1 %buildroot%_sysconfdir/%name/default.conf

%files
%doc README TODO BUGS README.alt
%doc --no-dereference COPYING
%_bindir/%name
%attr(0751,root,root) %dir %_sysconfdir/%name
%_sysconfdir/%name/default.conf

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009