mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
another fix ...
This commit is contained in:
parent
9d0d89cbf1
commit
927a206f67
@ -2,7 +2,7 @@
|
||||
_pkgname=ssh
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.3
|
||||
pkgver=0.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="ssh with configuration"
|
||||
arch=('any')
|
||||
|
@ -6,7 +6,7 @@
|
||||
stdin=$(cat)
|
||||
|
||||
# assertions
|
||||
echo "$stdin" | grep '^UsePAM yes$'
|
||||
echo "$stdin" | grep --quiet '^UsePAM yes$'
|
||||
#
|
||||
echo "$stdin" | grep --quiet '^#PermitRootLogin\s.*$'
|
||||
echo "$stdin" | grep --quiet '^#PubkeyAuthentication\s.*$'
|
||||
|
Loading…
Reference in New Issue
Block a user