another fix ...

This commit is contained in:
Daniel Langbein 2021-06-12 23:53:25 +02:00
parent 9d0d89cbf1
commit 927a206f67
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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.*$'