           SPELL=openssh
         VERSION=10.2p1
  SECURITY_PATCH=20
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
# Watch: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
   SOURCE_URL[0]=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
   SOURCE_URL[1]=https://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
   SOURCE_URL[2]=https://mirrors.nycbug.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
  SOURCE2_IGNORE=signature
      SOURCE_GPG=djm.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=https://www.openssh.com/
            DOCS="$DOCS *.schema"
         ENTERED=20010922
      LICENSE[0]=https://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD
        KEYWORDS="crypto"
           SHORT="client and server for encrypted remote logins and file transfers"
cat << EOF
This is a Unix/Linux port of OpenBSD's excellent OpenSSH. OpenSSH is a
full implementation of the SSH1 protocol and a 99% implementation of the
SSH 2 protocol, including sftp client and server support.
EOF
