START usr.bin/ssh 2016-10-25T01:40:53Z ssh-keygen -if /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv tr '\n' '\r' /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_cr.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv awk '{print $0 "\r"}' /usr/src/regress/usr.bin/ssh/rsa_ssh2.prv > /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv ssh-keygen -if /usr/src/regress/usr.bin/ssh/obj/rsa_ssh2_crnl.prv | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.prv cat /usr/src/regress/usr.bin/ssh/rsa_openssh.prv > t2.out chmod 600 t2.out ssh-keygen -yf t2.out | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub ssh-keygen -ef /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | ssh-keygen -if /dev/stdin | diff - /usr/src/regress/usr.bin/ssh/rsa_openssh.pub ssh-keygen -E md5 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t4.ok ssh-keygen -Bf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t5.ok ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.prv > t6.out1 ssh-keygen -if /usr/src/regress/usr.bin/ssh/dsa_ssh2.pub > t6.out2 chmod 600 t6.out1 ssh-keygen -yf t6.out1 | diff - t6.out2 ssh-keygen -q -t rsa -N '' -f t7.out ssh-keygen -lf t7.out > /dev/null ssh-keygen -Bf t7.out > /dev/null ssh-keygen -q -t dsa -N '' -f t8.out ssh-keygen -lf t8.out > /dev/null ssh-keygen -Bf t8.out > /dev/null ssh-keygen -q -t ecdsa -N '' -f t9.out ssh-keygen -lf t9.out > /dev/null ssh-keygen -Bf t9.out > /dev/null ssh-keygen -q -t ed25519 -N '' -f t10.out ssh-keygen -lf t10.out > /dev/null ssh-keygen -Bf t10.out > /dev/null ssh-keygen -E sha256 -lf /usr/src/regress/usr.bin/ssh/rsa_openssh.pub | awk '{print $2}' | diff - /usr/src/regress/usr.bin/ssh/t11.ok ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f t12.out ssh-keygen -lf t12.out.pub | grep -q test-comment-1234 env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect.sh ok simple connect env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proxy-connect.sh plain username protocol 2 privsep=no comp=no plain username protocol 2 privsep=no comp=yes plain username protocol 2 privsep=yes comp=no plain username protocol 2 privsep=yes comp=yes username with style protocol 2 ok proxy connect env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/connect-privsep.sh ok proxy connect with privsep env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-version.sh ok sshd version with different protocol combinations env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/proto-mismatch.sh ok protocol version mismatch env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/exit-status.sh test remote exit status: proto 2 status 0 test remote exit status: proto 2 status 1 test remote exit status: proto 2 status 4 test remote exit status: proto 2 status 5 test remote exit status: proto 2 status 44 ok remote exit status env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/envpass.sh test environment passing: pass env, don't accept test environment passing: don't pass env, accept test environment passing: pass single env, accept single env test environment passing: pass multiple env, accept multiple env ok environment passing env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/transfer.sh transfer data: proto 2 ok transfer data env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/banner.sh test banner: missing banner file test banner: size 0 test banner: size 10 test banner: size 100 test banner: size 1000 test banner: size 10000 test banner: size 100000 test banner: suppress banner (-q) ok banner env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/rekey.sh client rekey KexAlgorithms=diffie-hellman-group1-sha1 client rekey KexAlgorithms=diffie-hellman-group14-sha1 client rekey KexAlgorithms=diffie-hellman-group14-sha256 client rekey KexAlgorithms=diffie-hellman-group16-sha512 client rekey KexAlgorithms=diffie-hellman-group18-sha512 client rekey KexAlgorithms=diffie-hellman-group-exchange-sha1 client rekey KexAlgorithms=diffie-hellman-group-exchange-sha256 client rekey KexAlgorithms=ecdh-sha2-nistp256 client rekey KexAlgorithms=ecdh-sha2-nistp384 client rekey KexAlgorithms=ecdh-sha2-nistp521 client rekey KexAlgorithms=curve25519-sha256 client rekey KexAlgorithms=curve25519-sha256@libssh.org client rekey Ciphers=3des-cbc client rekey Ciphers=blowfish-cbc client rekey Ciphers=cast128-cbc client rekey Ciphers=arcfour client rekey Ciphers=arcfour128 client rekey Ciphers=arcfour256 client rekey Ciphers=aes128-cbc client rekey Ciphers=aes192-cbc client rekey Ciphers=aes256-cbc client rekey Ciphers=rijndael-cbc@lysator.liu.se client rekey Ciphers=aes128-ctr client rekey Ciphers=aes192-ctr client rekey Ciphers=aes256-ctr client rekey Ciphers=aes128-gcm@openssh.com client rekey Ciphers=aes256-gcm@openssh.com client rekey Ciphers=chacha20-poly1305@openssh.com client rekey MACs=hmac-sha1 client rekey MACs=hmac-sha1-96 client rekey MACs=hmac-sha2-256 client rekey MACs=hmac-sha2-512 client rekey MACs=hmac-md5 client rekey MACs=hmac-md5-96 client rekey MACs=hmac-ripemd160 client rekey MACs=hmac-ripemd160@openssh.com client rekey MACs=umac-64@openssh.com client rekey MACs=umac-128@openssh.com client rekey MACs=hmac-sha1-etm@openssh.com client rekey MACs=hmac-sha1-96-etm@openssh.com client rekey MACs=hmac-sha2-256-etm@openssh.com client rekey MACs=hmac-sha2-512-etm@openssh.com client rekey MACs=hmac-md5-etm@openssh.com client rekey MACs=hmac-md5-96-etm@openssh.com client rekey MACs=hmac-ripemd160-etm@openssh.com client rekey MACs=umac-64-etm@openssh.com client rekey MACs=umac-128-etm@openssh.com client rekey aes128-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes128-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes128-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes128-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes128-gcm@openssh.com curve25519-sha256 client rekey aes128-gcm@openssh.com curve25519-sha256@libssh.org client rekey aes256-gcm@openssh.com diffie-hellman-group1-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group14-sha256 client rekey aes256-gcm@openssh.com diffie-hellman-group16-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group18-sha512 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha1 client rekey aes256-gcm@openssh.com diffie-hellman-group-exchange-sha256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp256 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp384 client rekey aes256-gcm@openssh.com ecdh-sha2-nistp521 client rekey aes256-gcm@openssh.com curve25519-sha256 client rekey aes256-gcm@openssh.com curve25519-sha256@libssh.org client rekey chacha20-poly1305@openssh.com diffie-hellman-group1-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group14-sha256 client rekey chacha20-poly1305@openssh.com diffie-hellman-group16-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group18-sha512 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha1 client rekey chacha20-poly1305@openssh.com diffie-hellman-group-exchange-sha256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp256 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp384 client rekey chacha20-poly1305@openssh.com ecdh-sha2-nistp521 client rekey chacha20-poly1305@openssh.com curve25519-sha256 client rekey chacha20-poly1305@openssh.com curve25519-sha256@libssh.org client rekeylimit 16 client rekeylimit 1k client rekeylimit 128k client rekeylimit 256k client rekeylimit default 5 client rekeylimit default 10 client rekeylimit default 5 no data client rekeylimit default 10 no data server rekeylimit 16 server rekeylimit 1k server rekeylimit 128k server rekeylimit 256k server rekeylimit default 5 no data server rekeylimit default 10 no data rekeylimit parsing ok rekey env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dhgex.sh dhgex bits 3072 diffie-hellman-group-exchange-sha1 cast128-cbc dhgex bits 3072 diffie-hellman-group-exchange-sha256 cast128-cbc dhgex bits 3072 diffie-hellman-group-exchange-sha1 arcfour128 dhgex bits 3072 diffie-hellman-group-exchange-sha256 arcfour128 dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-cbc dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-cbc dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-ctr dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-ctr dhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-gcm@openssh.com dhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-gcm@openssh.com dhgex bits 3072 diffie-hellman-group-exchange-sha1 arcfour dhgex bits 3072 diffie-hellman-group-exchange-sha256 arcfour dhgex bits 3072 diffie-hellman-group-exchange-sha1 blowfish-cbc dhgex bits 3072 diffie-hellman-group-exchange-sha256 blowfish-cbc dhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-cbc dhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-cbc dhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-ctr dhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-ctr dhgex bits 8192 diffie-hellman-group-exchange-sha1 arcfour256 dhgex bits 8192 diffie-hellman-group-exchange-sha256 arcfour256 dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-cbc dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-cbc dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-ctr dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-ctr dhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-gcm@openssh.com dhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-gcm@openssh.com dhgex bits 8192 diffie-hellman-group-exchange-sha1 rijndael-cbc@lysator.liu.se dhgex bits 8192 diffie-hellman-group-exchange-sha256 rijndael-cbc@lysator.liu.se dhgex bits 8192 diffie-hellman-group-exchange-sha1 chacha20-poly1305@openssh.com dhgex bits 8192 diffie-hellman-group-exchange-sha256 chacha20-poly1305@openssh.com ok dhgex env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-data.sh test stderr data transfer: proto 2 () test stderr data transfer: proto 2 (-n) ok stderr data transfer env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/stderr-after-eof.sh ok stderr data after eof env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/broken-pipe.sh ok broken pipe test env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/try-ciphers.sh test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5 test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher 3des-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher blowfish-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5 test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher cast128-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1 test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour mac hmac-md5 test try ciphers: proto 2 cipher arcfour mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour128 mac hmac-md5 test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour128 mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-96 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-256 test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-512 test try ciphers: proto 2 cipher arcfour256 mac hmac-md5 test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-96 test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160 test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-64@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-128@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher arcfour256 mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes128-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes192-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-256 test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-512 test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5 test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96 test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160 test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-64@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-128@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes256-cbc mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160 test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-64@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-128@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes128-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes192-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-256 test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-512 test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5 test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96 test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160 test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-64@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-128@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-64-etm@openssh.com test try ciphers: proto 2 cipher aes256-ctr mac umac-128-etm@openssh.com test try ciphers: proto 2 cipher aes128-gcm@openssh.com mac hmac-sha1 test try ciphers: proto 2 cipher aes256-gcm@openssh.com mac hmac-sha1 test try ciphers: proto 2 cipher chacha20-poly1305@openssh.com mac hmac-sha1 ok try ciphers env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/yes-head.sh ok yes pipe head env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/login-timeout.sh ok connect after login grace timeout env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent.sh ok simple agent test env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-getpeereid.sh ok disallow agent attach from other uid env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-timeout.sh ok agent timeout test env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/agent-ptrace.sh Skipped: running as root env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keyscan.sh ok keyscan env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-change.sh ok change passphrase for key env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-convert.sh ok convert keys env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-moduli.sh ok keygen moduli env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/key-options.sh key option proto 2 command="echo bar" key option proto 2 no-pty,command="echo bar" key option proto 2 no-pty key option proto 2 environment key option proto 2 from="127.0.0.1" key option proto 2 from="127.0.0.0/8" ok key options env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/scp.sh scp: simple copy local file to local file scp: simple copy local file to remote file scp: simple copy remote file to local file scp: simple copy local file to remote dir scp: simple copy local file to local dir scp: simple copy remote file to local dir scp: recursive local dir to remote dir scp: recursive local dir to local dir scp: recursive remote dir to local dir scp: shell metacharacters scp: disallow bad server #0 scp: disallow bad server #1 scp: disallow bad server #2 scp: disallow bad server #3 scp: disallow bad server #4 scp: detect non-directory target /usr/src/regress/usr.bin/ssh/obj/copy2: Not a directory ok scp env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp.sh test basic sftp put/get: buffer_size 5 num_requests 1 test basic sftp put/get: buffer_size 5 num_requests 2 test basic sftp put/get: buffer_size 5 num_requests 10 test basic sftp put/get: buffer_size 1000 num_requests 1 test basic sftp put/get: buffer_size 1000 num_requests 2 test basic sftp put/get: buffer_size 1000 num_requests 10 test basic sftp put/get: buffer_size 32000 num_requests 1 test basic sftp put/get: buffer_size 32000 num_requests 2 test basic sftp put/get: buffer_size 32000 num_requests 10 test basic sftp put/get: buffer_size 64000 num_requests 1 test basic sftp put/get: buffer_size 64000 num_requests 2 test basic sftp put/get: buffer_size 64000 num_requests 10 ok basic sftp put/get env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-chroot.sh test sftp in chroot: get ok sftp in chroot env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-cmds.sh sftp commands: lls sftp commands: lls w/path sftp commands: ls sftp commands: shell sftp commands: pwd sftp commands: lpwd sftp commands: quit sftp commands: help sftp commands: get sftp commands: get quoted sftp commands: get filename with quotes sftp commands: get filename with spaces sftp commands: get filename with glob metacharacters sftp commands: get to directory sftp commands: glob get to directory sftp commands: get to local dir sftp commands: glob get to local dir sftp commands: put sftp commands: put filename with quotes sftp commands: put filename with spaces sftp commands: put to directory sftp commands: glob put to directory sftp commands: put to local dir sftp commands: glob put to local dir sftp commands: rename sftp commands: rename directory sftp commands: ln sftp commands: ln -s sftp commands: mkdir sftp commands: chdir sftp commands: rmdir sftp commands: lmkdir sftp commands: lchdir ok sftp commands env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-badcmds.sh sftp invalid commands: get nonexistent sftp invalid commands: glob get to nonexistent directory sftp invalid commands: put nonexistent sftp invalid commands: glob put to nonexistent directory sftp invalid commands: rename nonexistent sftp invalid commands: rename target exists (directory) sftp invalid commands: glob put files to local file ok sftp invalid commands env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-batch.sh sftp batchfile: good commands sftp batchfile: bad commands sftp batchfile: comments and blanks sftp batchfile: junk command ok sftp batchfile env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-glob.sh sftp glob: file glob sftp glob: dir glob sftp glob: quoted glob sftp glob: escaped glob sftp glob: escaped quote sftp glob: quoted quote sftp glob: single-quoted quote sftp glob: escaped slash sftp glob: quoted slash sftp glob: escaped slash at EOL sftp glob: quoted slash at EOL sftp glob: escaped slash+quote sftp glob: quoted slash+quote sftp glob: escaped space sftp glob: quoted space ok sftp glob env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sftp-perm.sh sftp permissions: read-only upload sftp permissions: read-only setstat sftp permissions: read-only rm sftp permissions: read-only mkdir sftp permissions: read-only rmdir sftp permissions: read-only posix-rename sftp permissions: read-only oldrename sftp permissions: read-only symlink sftp permissions: read-only hardlink sftp permissions: explicit open sftp permissions: explicit read sftp permissions: explicit write sftp permissions: explicit lstat sftp permissions: explicit opendir sftp permissions: explicit readdir sftp permissions: explicit setstat sftp permissions: explicit remove sftp permissions: explicit mkdir sftp permissions: explicit rmdir sftp permissions: explicit posix-rename sftp permissions: explicit rename sftp permissions: explicit symlink sftp permissions: explicit hardlink sftp permissions: explicit statvfs ok sftp permissions env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reconfigure.sh ok simple connect after reconfigure env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/dynamic-forward.sh Privileged ports can only be forwarded by root. Privileged ports can only be forwarded by root. Privileged ports can only be forwarded by root. FATAL: failed to start dynamic forwarding proto 2 *** Error 1 in . (Makefile:185 't-dynamic-forward') FAILED *** Error 1 in target 'regress' (ignored) env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forwarding.sh Privileged ports can only be forwarded by root. failed copy of /usr/src/regress/usr.bin/ssh/obj/data cmp: EOF on /usr/src/regress/usr.bin/ssh/obj/copy corrupted copy of /usr/src/regress/usr.bin/ssh/obj/data Privileged ports can only be forwarded by root. connection failed, should not Privileged ports can only be forwarded by root. connection failed with cleared local forwarding failed copy of /usr/src/regress/usr.bin/ssh/obj/data cmp: EOF on /usr/src/regress/usr.bin/ssh/obj/copy corrupted copy of /usr/src/regress/usr.bin/ssh/obj/data failed copy /usr/src/regress/usr.bin/ssh/obj/data cmp: EOF on /usr/src/regress/usr.bin/ssh/obj/copy corrupted copy of /usr/src/regress/usr.bin/ssh/obj/data failed local and remote forwarding *** Error 1 in . (Makefile:185 't-forwarding') FAILED *** Error 1 in target 'regress' (ignored) env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multiplex.sh test connection multiplexing: envpass test connection multiplexing: transfer test connection multiplexing: forward cmp: EOF on /usr/src/regress/usr.bin/ssh/obj/copy ssh: corrupted copy of /usr/src/regress/usr.bin/ssh/obj/data test connection multiplexing: status 0 test connection multiplexing: status 1 test connection multiplexing: status 4 test connection multiplexing: status 5 test connection multiplexing: status 44 test connection multiplexing: cmd check test connection multiplexing: cmd forward local (TCP) Privileged ports can only be forwarded by root. request local forward failed connect to local forward port failed Privileged ports can only be forwarded by root. cancel local forward failed test connection multiplexing: cmd forward remote (TCP) test connection multiplexing: cmd forward local (UNIX) test connection multiplexing: cmd forward remote (UNIX) test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing *** Error 1 in . (Makefile:185 't-multiplex') FAILED *** Error 1 in target 'regress' (ignored) env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/reexec.sh test config passing reexec tests: proto 2 test reexec fallback reexec tests: proto 2 test reexec fallback without privsep reexec tests: proto 2 ok reexec tests env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/brokenkeys.sh ok broken keys env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/sshcfgparse.sh reparse minimal config ssh -W opts ok ssh config parse env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgparse.sh reparse minimal config reparse regress config listenaddress order ok sshd config parse env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfgmatch.sh /usr/src/regress/usr.bin/ssh/test-exec.sh: /usr/src/regress/usr.bin/ssh/cfgmatch.sh[65]: kill: 30656: No such process FATAL: timeout waiting for background ssh *** Error 1 in . (Makefile:185 't-cfgmatch') FAILED *** Error 1 in target 'regress' (ignored) env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/addrmatch.sh test first entry for user 192.168.0.1 somehost test negative match for user 192.168.30.1 somehost test no match for user 19.0.0.1 somehost test list middle for user 10.255.255.254 somehost test faked IP in hostname for user 192.168.30.1 192.168.0.1 test bare IP4 address for user 1.1.1.1 somehost.example.com test localaddress for user 19.0.0.1 somehost test localport for user 19.0.0.1 somehost test bare IP6 address for user ::1 somehost.example.com test deny IPv6 for user ::2 somehost.exaple.com test IP6 negated for user ::3 somehost test IP6 no match for user ::4 somehost test IP6 network for user 2000::1 somehost test IP6 network for user 2001::1 somehost test IP6 localaddress for user ::5 somehost test IP6 localport for user ::5 somehost ok address match env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/localcommand.sh test localcommand: proto 2 localcommand ok localcommand env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forcecommand.sh ok forced command env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/portnum.sh port number parsing: invalid port 0 port number parsing: invalid port 65536 port number parsing: invalid port 131073 port number parsing: invalid port 2000blah port number parsing: invalid port blah2000 port number parsing: valid port 1 port number parsing: valid port 22 port number parsing: valid port 2222 port number parsing: valid port 22222 port number parsing: valid port 65535 ok port number parsing env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keytype.sh keygen dsa, 1024 bits: 0.78 real 0.78 user 0.00 sys keygen rsa, 2048 bits: 0.19 real 0.18 user 0.02 sys keygen ecdsa, 256 bits: 0.01 real 0.01 user 0.01 sys keygen rsa, 3072 bits: 2.13 real 2.13 user 0.00 sys keygen ecdsa, 384 bits: 0.01 real 0.00 user 0.01 sys keygen ecdsa, 521 bits: 0.02 real 0.01 user 0.01 sys keygen ed25519, 512 bits: 0.01 real 0.01 user 0.00 sys userkey dsa-1024, hostkey dsa-1024: 0.08 real 0.03 user 0.01 sys userkey dsa-1024, hostkey dsa-1024: 0.08 real 0.03 user 0.00 sys userkey dsa-1024, hostkey dsa-1024: 0.08 real 0.02 user 0.03 sys userkey rsa-2048, hostkey rsa-2048: 0.11 real 0.05 user 0.00 sys userkey rsa-2048, hostkey rsa-2048: 0.11 real 0.04 user 0.02 sys userkey rsa-2048, hostkey rsa-2048: 0.11 real 0.03 user 0.01 sys userkey ecdsa-256, hostkey ecdsa-256: 0.11 real 0.04 user 0.02 sys userkey ecdsa-256, hostkey ecdsa-256: 0.11 real 0.05 user 0.01 sys userkey ecdsa-256, hostkey ecdsa-256: 0.11 real 0.03 user 0.02 sys userkey rsa-3072, hostkey rsa-3072: 0.17 real 0.08 user 0.00 sys userkey rsa-3072, hostkey rsa-3072: 0.17 real 0.06 user 0.01 sys userkey rsa-3072, hostkey rsa-3072: 0.17 real 0.06 user 0.03 sys userkey ecdsa-384, hostkey ecdsa-384: 0.15 real 0.06 user 0.01 sys userkey ecdsa-384, hostkey ecdsa-384: 0.15 real 0.05 user 0.02 sys userkey ecdsa-384, hostkey ecdsa-384: 0.15 real 0.07 user 0.00 sys userkey ecdsa-521, hostkey ecdsa-521: 0.24 real 0.08 user 0.03 sys userkey ecdsa-521, hostkey ecdsa-521: 0.24 real 0.10 user 0.02 sys userkey ecdsa-521, hostkey ecdsa-521: 0.24 real 0.10 user 0.02 sys userkey ed25519-512, hostkey ed25519-512: 0.11 real 0.03 user 0.01 sys userkey ed25519-512, hostkey ed25519-512: 0.09 real 0.02 user 0.00 sys userkey ed25519-512, hostkey ed25519-512: 0.09 real 0.03 user 0.02 sys ok login with different key types env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/kextype.sh kex diffie-hellman-group1-sha1 kex diffie-hellman-group14-sha1 kex diffie-hellman-group14-sha256 kex diffie-hellman-group16-sha512 kex diffie-hellman-group18-sha512 kex diffie-hellman-group-exchange-sha1 kex diffie-hellman-group-exchange-sha256 kex ecdh-sha2-nistp256 kex ecdh-sha2-nistp384 kex ecdh-sha2-nistp521 kex curve25519-sha256 kex curve25519-sha256@libssh.org ok login with different key exchange algorithms env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-hostkey.sh Revoking from /usr/src/regress/usr.bin/ssh/obj/host_ca_key.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/host_ca_key2.pub certified host keys: sign host ed25519 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ed25519.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ed25519-cert.pub certified host keys: sign host rsa cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-cert.pub certified host keys: sign host dsa cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_dsa.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_dsa-cert.pub certified host keys: sign host ecdsa-sha2-nistp256 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp256.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp256-cert.pub certified host keys: sign host ecdsa-sha2-nistp384 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp384.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp384-cert.pub certified host keys: sign host ecdsa-sha2-nistp521 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp521.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_ecdsa-sha2-nistp521-cert.pub certified host keys: sign host rsa-sha2-256 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-256.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-256-cert.pub certified host keys: sign host rsa-sha2-512 cert Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-512.pub Revoking from /usr/src/regress/usr.bin/ssh/obj/cert_host_key_rsa-sha2-512-cert.pub certified host keys: host ed25519 cert connect privsep yes certified host keys: ed25519 basic connect expect success yes certified host keys: ed25519 empty KRL expect success yes certified host keys: ed25519 KRL w/ plain key revoked expect success no certified host keys: ed25519 KRL w/ cert revoked expect success no certified host keys: ed25519 KRL w/ CA revoked expect success no certified host keys: ed25519 empty plaintext revocation expect success yes certified host keys: ed25519 plain key plaintext revocation expect success no certified host keys: ed25519 cert plaintext revocation expect success no certified host keys: ed25519 CA plaintext revocation expect success no certified host keys: host rsa cert connect privsep yes certified host keys: rsa basic connect expect success yes certified host keys: rsa empty KRL expect success yes certified host keys: rsa KRL w/ plain key revoked expect success no certified host keys: rsa KRL w/ cert revoked expect success no certified host keys: rsa KRL w/ CA revoked expect success no certified host keys: rsa empty plaintext revocation expect success yes certified host keys: rsa plain key plaintext revocation expect success no certified host keys: rsa cert plaintext revocation expect success no certified host keys: rsa CA plaintext revocation expect success no certified host keys: host dsa cert connect privsep yes certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep yes certified host keys: ecdsa-sha2-nistp256 basic connect expect success yes certified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp384 cert connect privsep yes certified host keys: ecdsa-sha2-nistp384 basic connect expect success yes certified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp521 cert connect privsep yes certified host keys: ecdsa-sha2-nistp521 basic connect expect success yes certified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no certified host keys: host rsa-sha2-256 cert connect privsep yes certified host keys: rsa-sha2-256 basic connect expect success yes certified host keys: rsa-sha2-256 empty KRL expect success yes certified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-256 empty plaintext revocation expect success yes certified host keys: rsa-sha2-256 plain key plaintext revocation expect success no certified host keys: rsa-sha2-256 cert plaintext revocation expect success no certified host keys: rsa-sha2-256 CA plaintext revocation expect success no certified host keys: host rsa-sha2-512 cert connect privsep yes certified host keys: rsa-sha2-512 basic connect expect success yes certified host keys: rsa-sha2-512 empty KRL expect success yes certified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-512 empty plaintext revocation expect success yes certified host keys: rsa-sha2-512 plain key plaintext revocation expect success no certified host keys: rsa-sha2-512 cert plaintext revocation expect success no certified host keys: rsa-sha2-512 CA plaintext revocation expect success no certified host keys: host ed25519 cert connect privsep no certified host keys: ed25519 basic connect expect success yes certified host keys: ed25519 empty KRL expect success yes certified host keys: ed25519 KRL w/ plain key revoked expect success no certified host keys: ed25519 KRL w/ cert revoked expect success no certified host keys: ed25519 KRL w/ CA revoked expect success no certified host keys: ed25519 empty plaintext revocation expect success yes certified host keys: ed25519 plain key plaintext revocation expect success no certified host keys: ed25519 cert plaintext revocation expect success no certified host keys: ed25519 CA plaintext revocation expect success no certified host keys: host rsa cert connect privsep no certified host keys: rsa basic connect expect success yes certified host keys: rsa empty KRL expect success yes certified host keys: rsa KRL w/ plain key revoked expect success no certified host keys: rsa KRL w/ cert revoked expect success no certified host keys: rsa KRL w/ CA revoked expect success no certified host keys: rsa empty plaintext revocation expect success yes certified host keys: rsa plain key plaintext revocation expect success no certified host keys: rsa cert plaintext revocation expect success no certified host keys: rsa CA plaintext revocation expect success no certified host keys: host dsa cert connect privsep no certified host keys: dsa basic connect expect success yes certified host keys: dsa empty KRL expect success yes certified host keys: dsa KRL w/ plain key revoked expect success no certified host keys: dsa KRL w/ cert revoked expect success no certified host keys: dsa KRL w/ CA revoked expect success no certified host keys: dsa empty plaintext revocation expect success yes certified host keys: dsa plain key plaintext revocation expect success no certified host keys: dsa cert plaintext revocation expect success no certified host keys: dsa CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp256 cert connect privsep no certified host keys: ecdsa-sha2-nistp256 basic connect expect success yes certified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp384 cert connect privsep no certified host keys: ecdsa-sha2-nistp384 basic connect expect success yes certified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no certified host keys: host ecdsa-sha2-nistp521 cert connect privsep no certified host keys: ecdsa-sha2-nistp521 basic connect expect success yes certified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes certified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no certified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no certified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes certified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no certified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no certified host keys: host rsa-sha2-256 cert connect privsep no certified host keys: rsa-sha2-256 basic connect expect success yes certified host keys: rsa-sha2-256 empty KRL expect success yes certified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-256 empty plaintext revocation expect success yes certified host keys: rsa-sha2-256 plain key plaintext revocation expect success no certified host keys: rsa-sha2-256 cert plaintext revocation expect success no certified host keys: rsa-sha2-256 CA plaintext revocation expect success no certified host keys: host rsa-sha2-512 cert connect privsep no certified host keys: rsa-sha2-512 basic connect expect success yes certified host keys: rsa-sha2-512 empty KRL expect success yes certified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no certified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no certified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no certified host keys: rsa-sha2-512 empty plaintext revocation expect success yes certified host keys: rsa-sha2-512 plain key plaintext revocation expect success no certified host keys: rsa-sha2-512 cert plaintext revocation expect success no certified host keys: rsa-sha2-512 CA plaintext revocation expect success no certified host keys: host ed25519 revoked cert privsep yes certified host keys: host rsa revoked cert privsep yes certified host keys: host dsa revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep yes certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep yes certified host keys: host rsa-sha2-256 revoked cert privsep yes certified host keys: host rsa-sha2-512 revoked cert privsep yes certified host keys: host ed25519 revoked cert privsep no certified host keys: host rsa revoked cert privsep no certified host keys: host dsa revoked cert privsep no certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep no certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep no certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep no certified host keys: host rsa-sha2-256 revoked cert privsep no certified host keys: host rsa-sha2-512 revoked cert privsep no certified host keys: host ed25519 revoked cert certified host keys: host rsa revoked cert certified host keys: host dsa revoked cert certified host keys: host ecdsa-sha2-nistp256 revoked cert certified host keys: host ecdsa-sha2-nistp384 revoked cert certified host keys: host ecdsa-sha2-nistp521 revoked cert certified host keys: host rsa-sha2-256 revoked cert certified host keys: host rsa-sha2-512 revoked cert certified host keys: host ed25519 cert downgrade to raw key certified host keys: host rsa cert downgrade to raw key certified host keys: host dsa cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp256 cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp384 cert downgrade to raw key certified host keys: host ecdsa-sha2-nistp521 cert downgrade to raw key certified host keys: host rsa-sha2-256 cert downgrade to raw key certified host keys: host rsa-sha2-512 cert downgrade to raw key certified host keys: host ed25519 connect wrong cert certified host keys: host rsa connect wrong cert certified host keys: host dsa connect wrong cert certified host keys: host ecdsa-sha2-nistp256 connect wrong cert certified host keys: host ecdsa-sha2-nistp384 connect wrong cert certified host keys: host ecdsa-sha2-nistp521 connect wrong cert certified host keys: host rsa-sha2-256 connect wrong cert certified host keys: host rsa-sha2-512 connect wrong cert ok certified host keys env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-userkey.sh certified user keys: sign user ed25519 cert certified user keys: sign user rsa cert certified user keys: sign user dsa cert certified user keys: sign user ecdsa-sha2-nistp256 cert certified user keys: sign user ecdsa-sha2-nistp384 cert certified user keys: sign user ecdsa-sha2-nistp521 cert certified user keys: sign user rsa-sha2-256 cert certified user keys: sign user rsa-sha2-512 cert certified user keys: ed25519 privsep yes missing authorized_principals certified user keys: ed25519 privsep yes empty authorized_principals certified user keys: ed25519 privsep yes wrong authorized_principals certified user keys: ed25519 privsep yes correct authorized_principals certified user keys: ed25519 privsep yes authorized_principals bad key opt certified user keys: ed25519 privsep yes authorized_principals command=false certified user keys: ed25519 privsep yes authorized_principals command=true certified user keys: ed25519 privsep yes wrong principals key option certified user keys: ed25519 privsep yes correct principals key option certified user keys: ed25519 privsep no missing authorized_principals certified user keys: ed25519 privsep no empty authorized_principals certified user keys: ed25519 privsep no wrong authorized_principals certified user keys: ed25519 privsep no correct authorized_principals certified user keys: ed25519 privsep no authorized_principals bad key opt certified user keys: ed25519 privsep no authorized_principals command=false certified user keys: ed25519 privsep no authorized_principals command=true certified user keys: ed25519 privsep no wrong principals key option certified user keys: ed25519 privsep no correct principals key option certified user keys: rsa privsep yes missing authorized_principals certified user keys: rsa privsep yes empty authorized_principals certified user keys: rsa privsep yes wrong authorized_principals certified user keys: rsa privsep yes correct authorized_principals certified user keys: rsa privsep yes authorized_principals bad key opt certified user keys: rsa privsep yes authorized_principals command=false certified user keys: rsa privsep yes authorized_principals command=true certified user keys: rsa privsep yes wrong principals key option certified user keys: rsa privsep yes correct principals key option certified user keys: rsa privsep no missing authorized_principals certified user keys: rsa privsep no empty authorized_principals certified user keys: rsa privsep no wrong authorized_principals certified user keys: rsa privsep no correct authorized_principals certified user keys: rsa privsep no authorized_principals bad key opt certified user keys: rsa privsep no authorized_principals command=false certified user keys: rsa privsep no authorized_principals command=true certified user keys: rsa privsep no wrong principals key option certified user keys: rsa privsep no correct principals key option certified user keys: dsa privsep yes missing authorized_principals certified user keys: dsa privsep yes empty authorized_principals certified user keys: dsa privsep yes wrong authorized_principals certified user keys: dsa privsep yes correct authorized_principals certified user keys: dsa privsep yes authorized_principals bad key opt certified user keys: dsa privsep yes authorized_principals command=false certified user keys: dsa privsep yes authorized_principals command=true certified user keys: dsa privsep yes wrong principals key option certified user keys: dsa privsep yes correct principals key option certified user keys: dsa privsep no missing authorized_principals certified user keys: dsa privsep no empty authorized_principals certified user keys: dsa privsep no wrong authorized_principals certified user keys: dsa privsep no correct authorized_principals certified user keys: dsa privsep no authorized_principals bad key opt certified user keys: dsa privsep no authorized_principals command=false certified user keys: dsa privsep no authorized_principals command=true certified user keys: dsa privsep no wrong principals key option certified user keys: dsa privsep no correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp256 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp256 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp256 privsep no correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp384 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp384 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp384 privsep no correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep yes wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep yes correct principals key option certified user keys: ecdsa-sha2-nistp521 privsep no missing authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no empty authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no wrong authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no correct authorized_principals certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals bad key opt certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=false certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=true certified user keys: ecdsa-sha2-nistp521 privsep no wrong principals key option certified user keys: ecdsa-sha2-nistp521 privsep no correct principals key option certified user keys: rsa-sha2-256 privsep yes missing authorized_principals certified user keys: rsa-sha2-256 privsep yes empty authorized_principals certified user keys: rsa-sha2-256 privsep yes wrong authorized_principals certified user keys: rsa-sha2-256 privsep yes correct authorized_principals certified user keys: rsa-sha2-256 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep yes authorized_principals command=false certified user keys: rsa-sha2-256 privsep yes authorized_principals command=true certified user keys: rsa-sha2-256 privsep yes wrong principals key option certified user keys: rsa-sha2-256 privsep yes correct principals key option certified user keys: rsa-sha2-256 privsep no missing authorized_principals certified user keys: rsa-sha2-256 privsep no empty authorized_principals certified user keys: rsa-sha2-256 privsep no wrong authorized_principals certified user keys: rsa-sha2-256 privsep no correct authorized_principals certified user keys: rsa-sha2-256 privsep no authorized_principals bad key opt certified user keys: rsa-sha2-256 privsep no authorized_principals command=false certified user keys: rsa-sha2-256 privsep no authorized_principals command=true certified user keys: rsa-sha2-256 privsep no wrong principals key option certified user keys: rsa-sha2-256 privsep no correct principals key option certified user keys: rsa-sha2-512 privsep yes missing authorized_principals certified user keys: rsa-sha2-512 privsep yes empty authorized_principals certified user keys: rsa-sha2-512 privsep yes wrong authorized_principals certified user keys: rsa-sha2-512 privsep yes correct authorized_principals certified user keys: rsa-sha2-512 privsep yes authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep yes authorized_principals command=false certified user keys: rsa-sha2-512 privsep yes authorized_principals command=true certified user keys: rsa-sha2-512 privsep yes wrong principals key option certified user keys: rsa-sha2-512 privsep yes correct principals key option certified user keys: rsa-sha2-512 privsep no missing authorized_principals certified user keys: rsa-sha2-512 privsep no empty authorized_principals certified user keys: rsa-sha2-512 privsep no wrong authorized_principals certified user keys: rsa-sha2-512 privsep no correct authorized_principals certified user keys: rsa-sha2-512 privsep no authorized_principals bad key opt certified user keys: rsa-sha2-512 privsep no authorized_principals command=false certified user keys: rsa-sha2-512 privsep no authorized_principals command=true certified user keys: rsa-sha2-512 privsep no wrong principals key option certified user keys: rsa-sha2-512 privsep no correct principals key option certified user keys: ed25519 privsep yes authorized_keys connect certified user keys: ed25519 privsep yes authorized_keys revoked key certified user keys: ed25519 privsep yes authorized_keys revoked via KRL certified user keys: ed25519 privsep yes authorized_keys empty KRL certified user keys: ed25519 privsep no authorized_keys connect certified user keys: ed25519 privsep no authorized_keys revoked key certified user keys: ed25519 privsep no authorized_keys revoked via KRL certified user keys: ed25519 privsep no authorized_keys empty KRL certified user keys: ed25519 authorized_keys revoked CA key certified user keys: rsa privsep yes authorized_keys connect certified user keys: rsa privsep yes authorized_keys revoked key certified user keys: rsa privsep yes authorized_keys revoked via KRL certified user keys: rsa privsep yes authorized_keys empty KRL certified user keys: rsa privsep no authorized_keys connect certified user keys: rsa privsep no authorized_keys revoked key certified user keys: rsa privsep no authorized_keys revoked via KRL certified user keys: rsa privsep no authorized_keys empty KRL certified user keys: rsa authorized_keys revoked CA key certified user keys: dsa privsep yes authorized_keys connect certified user keys: dsa privsep yes authorized_keys revoked key certified user keys: dsa privsep yes authorized_keys revoked via KRL certified user keys: dsa privsep yes authorized_keys empty KRL certified user keys: dsa privsep no authorized_keys connect certified user keys: dsa privsep no authorized_keys revoked key certified user keys: dsa privsep no authorized_keys revoked via KRL certified user keys: dsa privsep no authorized_keys empty KRL certified user keys: dsa authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys connect certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys empty KRL certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked CA key certified user keys: rsa-sha2-256 privsep yes authorized_keys connect certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-256 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-256 privsep no authorized_keys connect certified user keys: rsa-sha2-256 privsep no authorized_keys revoked key certified user keys: rsa-sha2-256 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-256 privsep no authorized_keys empty KRL certified user keys: rsa-sha2-256 authorized_keys revoked CA key certified user keys: rsa-sha2-512 privsep yes authorized_keys connect certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked key certified user keys: rsa-sha2-512 privsep yes authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep yes authorized_keys empty KRL certified user keys: rsa-sha2-512 privsep no authorized_keys connect certified user keys: rsa-sha2-512 privsep no authorized_keys revoked key certified user keys: rsa-sha2-512 privsep no authorized_keys revoked via KRL certified user keys: rsa-sha2-512 privsep no authorized_keys empty KRL certified user keys: rsa-sha2-512 authorized_keys revoked CA key certified user keys: authorized_keys CA does not authenticate certified user keys: ensure CA key does not authenticate user certified user keys: ed25519 privsep yes TrustedUserCAKeys connect certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked key certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep yes TrustedUserCAKeys empty KRL certified user keys: ed25519 privsep no TrustedUserCAKeys connect certified user keys: ed25519 privsep no TrustedUserCAKeys revoked key certified user keys: ed25519 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ed25519 privsep no TrustedUserCAKeys empty KRL certified user keys: ed25519 TrustedUserCAKeys revoked CA key certified user keys: rsa privsep yes TrustedUserCAKeys connect certified user keys: rsa privsep yes TrustedUserCAKeys revoked key certified user keys: rsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa privsep no TrustedUserCAKeys connect certified user keys: rsa privsep no TrustedUserCAKeys revoked key certified user keys: rsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa privsep no TrustedUserCAKeys empty KRL certified user keys: rsa TrustedUserCAKeys revoked CA key certified user keys: dsa privsep yes TrustedUserCAKeys connect certified user keys: dsa privsep yes TrustedUserCAKeys revoked key certified user keys: dsa privsep yes TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep yes TrustedUserCAKeys empty KRL certified user keys: dsa privsep no TrustedUserCAKeys connect certified user keys: dsa privsep no TrustedUserCAKeys revoked key certified user keys: dsa privsep no TrustedUserCAKeys revoked via KRL certified user keys: dsa privsep no TrustedUserCAKeys empty KRL certified user keys: dsa TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked CA key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys connect certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked key certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked via KRL certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys empty KRL certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-256 privsep no TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-256 TrustedUserCAKeys revoked CA key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep yes TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys connect certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked key certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys revoked via KRL certified user keys: rsa-sha2-512 privsep no TrustedUserCAKeys empty KRL certified user keys: rsa-sha2-512 TrustedUserCAKeys revoked CA key certified user keys: TrustedUserCAKeys CA does not authenticate certified user keys: ensure CA key does not authenticate user certified user keys: correct principal auth authorized_keys expect success rsa certified user keys: correct principal auth authorized_keys expect success ed25519 certified user keys: correct principal auth TrustedUserCAKeys expect success rsa certified user keys: correct principal auth TrustedUserCAKeys expect success ed25519 certified user keys: host-certificate auth authorized_keys expect failure rsa certified user keys: host-certificate auth authorized_keys expect failure ed25519 certified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa certified user keys: host-certificate auth TrustedUserCAKeys expect failure ed25519 certified user keys: wrong principals auth authorized_keys expect failure rsa certified user keys: wrong principals auth authorized_keys expect failure ed25519 certified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa certified user keys: wrong principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert not yet valid auth authorized_keys expect failure rsa certified user keys: cert not yet valid auth authorized_keys expect failure ed25519 certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert expired auth authorized_keys expect failure rsa certified user keys: cert expired auth authorized_keys expect failure ed25519 certified user keys: cert expired auth TrustedUserCAKeys expect failure rsa certified user keys: cert expired auth TrustedUserCAKeys expect failure ed25519 certified user keys: cert valid interval auth authorized_keys expect success rsa certified user keys: cert valid interval auth authorized_keys expect success ed25519 certified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa certified user keys: cert valid interval auth TrustedUserCAKeys expect success ed25519 certified user keys: wrong source-address auth authorized_keys expect failure rsa certified user keys: wrong source-address auth authorized_keys expect failure ed25519 certified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa certified user keys: wrong source-address auth TrustedUserCAKeys expect failure ed25519 certified user keys: force-command auth authorized_keys expect failure rsa certified user keys: force-command auth authorized_keys expect failure ed25519 certified user keys: force-command auth TrustedUserCAKeys expect failure rsa certified user keys: force-command auth TrustedUserCAKeys expect failure ed25519 certified user keys: empty principals auth authorized_keys expect success rsa certified user keys: empty principals auth authorized_keys expect success ed25519 certified user keys: empty principals auth TrustedUserCAKeys expect failure rsa certified user keys: empty principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success ed25519 certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure ed25519 certified user keys: principals key option principals auth authorized_keys expect success rsa certified user keys: principals key option principals auth authorized_keys expect success ed25519 certified user keys: principals key option no principals auth authorized_keys expect failure rsa certified user keys: principals key option no principals auth authorized_keys expect failure ed25519 certified user keys: user ed25519 connect wrong cert certified user keys: user rsa connect wrong cert certified user keys: user dsa connect wrong cert certified user keys: user ecdsa-sha2-nistp256 connect wrong cert certified user keys: user ecdsa-sha2-nistp384 connect wrong cert certified user keys: user ecdsa-sha2-nistp521 connect wrong cert certified user keys: user rsa-sha2-256 connect wrong cert certified user keys: user rsa-sha2-512 connect wrong cert ok certified user keys env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/host-expand.sh test expand %h and %n: proto 2 ok expand %h and %n env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keys-command.sh AuthorizedKeysCommand with arguments AuthorizedKeysCommand without arguments ok authorized keys from command env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/forward-control.sh FATAL: check_lfwd ssh fail: proto 2, default configuration *** Error 1 in . (Makefile:185 't-forward-control') FAILED *** Error 1 in target 'regress' (ignored) cc -O2 -pipe -o modpipe /usr/src/regress/usr.bin/ssh/modpipe.c env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/integrity.sh test integrity: hmac-sha1 @2900 test integrity: hmac-sha1 @2901 test integrity: hmac-sha1 @2902 test integrity: hmac-sha1 @2903 test integrity: hmac-sha1 @2904 test integrity: hmac-sha1 @2905 test integrity: hmac-sha1 @2906 test integrity: hmac-sha1 @2907 test integrity: hmac-sha1 @2908 test integrity: hmac-sha1 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-96 @2900 test integrity: hmac-sha1-96 @2901 test integrity: hmac-sha1-96 @2902 test integrity: hmac-sha1-96 @2903 test integrity: hmac-sha1-96 @2904 test integrity: hmac-sha1-96 @2905 test integrity: hmac-sha1-96 @2906 test integrity: hmac-sha1-96 @2907 test integrity: hmac-sha1-96 @2908 test integrity: hmac-sha1-96 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-256 @2900 test integrity: hmac-sha2-256 @2901 test integrity: hmac-sha2-256 @2902 test integrity: hmac-sha2-256 @2903 test integrity: hmac-sha2-256 @2904 test integrity: hmac-sha2-256 @2905 test integrity: hmac-sha2-256 @2906 test integrity: hmac-sha2-256 @2907 test integrity: hmac-sha2-256 @2908 test integrity: hmac-sha2-256 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-512 @2900 test integrity: hmac-sha2-512 @2901 test integrity: hmac-sha2-512 @2902 test integrity: hmac-sha2-512 @2903 test integrity: hmac-sha2-512 @2904 test integrity: hmac-sha2-512 @2905 test integrity: hmac-sha2-512 @2906 test integrity: hmac-sha2-512 @2907 test integrity: hmac-sha2-512 @2908 test integrity: hmac-sha2-512 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5 @2900 test integrity: hmac-md5 @2901 test integrity: hmac-md5 @2902 test integrity: hmac-md5 @2903 test integrity: hmac-md5 @2904 test integrity: hmac-md5 @2905 test integrity: hmac-md5 @2906 test integrity: hmac-md5 @2907 test integrity: hmac-md5 @2908 test integrity: hmac-md5 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-96 @2900 test integrity: hmac-md5-96 @2901 test integrity: hmac-md5-96 @2902 test integrity: hmac-md5-96 @2903 test integrity: hmac-md5-96 @2904 test integrity: hmac-md5-96 @2905 test integrity: hmac-md5-96 @2906 test integrity: hmac-md5-96 @2907 test integrity: hmac-md5-96 @2908 test integrity: hmac-md5-96 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160 @2900 test integrity: hmac-ripemd160 @2901 test integrity: hmac-ripemd160 @2902 test integrity: hmac-ripemd160 @2903 test integrity: hmac-ripemd160 @2904 test integrity: hmac-ripemd160 @2905 test integrity: hmac-ripemd160 @2906 test integrity: hmac-ripemd160 @2907 test integrity: hmac-ripemd160 @2908 test integrity: hmac-ripemd160 @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160@openssh.com @2900 test integrity: hmac-ripemd160@openssh.com @2901 test integrity: hmac-ripemd160@openssh.com @2902 test integrity: hmac-ripemd160@openssh.com @2903 test integrity: hmac-ripemd160@openssh.com @2904 test integrity: hmac-ripemd160@openssh.com @2905 test integrity: hmac-ripemd160@openssh.com @2906 test integrity: hmac-ripemd160@openssh.com @2907 test integrity: hmac-ripemd160@openssh.com @2908 test integrity: hmac-ripemd160@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-64@openssh.com @2900 test integrity: umac-64@openssh.com @2901 test integrity: umac-64@openssh.com @2902 test integrity: umac-64@openssh.com @2903 test integrity: umac-64@openssh.com @2904 test integrity: umac-64@openssh.com @2905 test integrity: umac-64@openssh.com @2906 test integrity: umac-64@openssh.com @2907 test integrity: umac-64@openssh.com @2908 test integrity: umac-64@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-128@openssh.com @2900 test integrity: umac-128@openssh.com @2901 test integrity: umac-128@openssh.com @2902 test integrity: umac-128@openssh.com @2903 test integrity: umac-128@openssh.com @2904 test integrity: umac-128@openssh.com @2905 test integrity: umac-128@openssh.com @2906 test integrity: umac-128@openssh.com @2907 test integrity: umac-128@openssh.com @2908 test integrity: umac-128@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-etm@openssh.com @2900 test integrity: hmac-sha1-etm@openssh.com @2901 test integrity: hmac-sha1-etm@openssh.com @2902 test integrity: hmac-sha1-etm@openssh.com @2903 test integrity: hmac-sha1-etm@openssh.com @2904 test integrity: hmac-sha1-etm@openssh.com @2905 test integrity: hmac-sha1-etm@openssh.com @2906 test integrity: hmac-sha1-etm@openssh.com @2907 test integrity: hmac-sha1-etm@openssh.com @2908 test integrity: hmac-sha1-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha1-96-etm@openssh.com @2900 test integrity: hmac-sha1-96-etm@openssh.com @2901 test integrity: hmac-sha1-96-etm@openssh.com @2902 test integrity: hmac-sha1-96-etm@openssh.com @2903 test integrity: hmac-sha1-96-etm@openssh.com @2904 test integrity: hmac-sha1-96-etm@openssh.com @2905 test integrity: hmac-sha1-96-etm@openssh.com @2906 test integrity: hmac-sha1-96-etm@openssh.com @2907 test integrity: hmac-sha1-96-etm@openssh.com @2908 test integrity: hmac-sha1-96-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-256-etm@openssh.com @2900 test integrity: hmac-sha2-256-etm@openssh.com @2901 test integrity: hmac-sha2-256-etm@openssh.com @2902 test integrity: hmac-sha2-256-etm@openssh.com @2903 test integrity: hmac-sha2-256-etm@openssh.com @2904 test integrity: hmac-sha2-256-etm@openssh.com @2905 test integrity: hmac-sha2-256-etm@openssh.com @2906 test integrity: hmac-sha2-256-etm@openssh.com @2907 test integrity: hmac-sha2-256-etm@openssh.com @2908 test integrity: hmac-sha2-256-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-sha2-512-etm@openssh.com @2900 test integrity: hmac-sha2-512-etm@openssh.com @2901 test integrity: hmac-sha2-512-etm@openssh.com @2902 test integrity: hmac-sha2-512-etm@openssh.com @2903 test integrity: hmac-sha2-512-etm@openssh.com @2904 test integrity: hmac-sha2-512-etm@openssh.com @2905 test integrity: hmac-sha2-512-etm@openssh.com @2906 test integrity: hmac-sha2-512-etm@openssh.com @2907 test integrity: hmac-sha2-512-etm@openssh.com @2908 test integrity: hmac-sha2-512-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-etm@openssh.com @2900 test integrity: hmac-md5-etm@openssh.com @2901 test integrity: hmac-md5-etm@openssh.com @2902 test integrity: hmac-md5-etm@openssh.com @2903 test integrity: hmac-md5-etm@openssh.com @2904 test integrity: hmac-md5-etm@openssh.com @2905 test integrity: hmac-md5-etm@openssh.com @2906 test integrity: hmac-md5-etm@openssh.com @2907 test integrity: hmac-md5-etm@openssh.com @2908 test integrity: hmac-md5-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-md5-96-etm@openssh.com @2900 test integrity: hmac-md5-96-etm@openssh.com @2901 test integrity: hmac-md5-96-etm@openssh.com @2902 test integrity: hmac-md5-96-etm@openssh.com @2903 test integrity: hmac-md5-96-etm@openssh.com @2904 test integrity: hmac-md5-96-etm@openssh.com @2905 test integrity: hmac-md5-96-etm@openssh.com @2906 test integrity: hmac-md5-96-etm@openssh.com @2907 test integrity: hmac-md5-96-etm@openssh.com @2908 test integrity: hmac-md5-96-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: hmac-ripemd160-etm@openssh.com @2900 test integrity: hmac-ripemd160-etm@openssh.com @2901 test integrity: hmac-ripemd160-etm@openssh.com @2902 test integrity: hmac-ripemd160-etm@openssh.com @2903 test integrity: hmac-ripemd160-etm@openssh.com @2904 test integrity: hmac-ripemd160-etm@openssh.com @2905 test integrity: hmac-ripemd160-etm@openssh.com @2906 test integrity: hmac-ripemd160-etm@openssh.com @2907 test integrity: hmac-ripemd160-etm@openssh.com @2908 test integrity: hmac-ripemd160-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-64-etm@openssh.com @2900 test integrity: umac-64-etm@openssh.com @2901 test integrity: umac-64-etm@openssh.com @2902 test integrity: umac-64-etm@openssh.com @2903 test integrity: umac-64-etm@openssh.com @2904 test integrity: umac-64-etm@openssh.com @2905 test integrity: umac-64-etm@openssh.com @2906 test integrity: umac-64-etm@openssh.com @2907 test integrity: umac-64-etm@openssh.com @2908 test integrity: umac-64-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: umac-128-etm@openssh.com @2900 test integrity: umac-128-etm@openssh.com @2901 test integrity: umac-128-etm@openssh.com @2902 test integrity: umac-128-etm@openssh.com @2903 test integrity: umac-128-etm@openssh.com @2904 test integrity: umac-128-etm@openssh.com @2905 test integrity: umac-128-etm@openssh.com @2906 test integrity: umac-128-etm@openssh.com @2907 test integrity: umac-128-etm@openssh.com @2908 test integrity: umac-128-etm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: aes128-gcm@openssh.com @2900 test integrity: aes128-gcm@openssh.com @2901 test integrity: aes128-gcm@openssh.com @2902 test integrity: aes128-gcm@openssh.com @2903 test integrity: aes128-gcm@openssh.com @2904 test integrity: aes128-gcm@openssh.com @2905 test integrity: aes128-gcm@openssh.com @2906 test integrity: aes128-gcm@openssh.com @2907 test integrity: aes128-gcm@openssh.com @2908 test integrity: aes128-gcm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: aes256-gcm@openssh.com @2900 test integrity: aes256-gcm@openssh.com @2901 test integrity: aes256-gcm@openssh.com @2902 test integrity: aes256-gcm@openssh.com @2903 test integrity: aes256-gcm@openssh.com @2904 test integrity: aes256-gcm@openssh.com @2905 test integrity: aes256-gcm@openssh.com @2906 test integrity: aes256-gcm@openssh.com @2907 test integrity: aes256-gcm@openssh.com @2908 test integrity: aes256-gcm@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 test integrity: chacha20-poly1305@openssh.com @2900 test integrity: chacha20-poly1305@openssh.com @2901 test integrity: chacha20-poly1305@openssh.com @2902 test integrity: chacha20-poly1305@openssh.com @2903 test integrity: chacha20-poly1305@openssh.com @2904 test integrity: chacha20-poly1305@openssh.com @2905 test integrity: chacha20-poly1305@openssh.com @2906 test integrity: chacha20-poly1305@openssh.com @2907 test integrity: chacha20-poly1305@openssh.com @2908 test integrity: chacha20-poly1305@openssh.com @2909 test integrity: 10 errors: mac 10 padding 0 length 0 ok integrity env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/krl.sh key revocation lists: generating test keys key revocation lists: generating KRLs key revocation lists: checking revocations for revoked keys key revocation lists: checking revocations for unrevoked keys key revocation lists: checking revocations for revoked certs key revocation lists: checking revocations for unrevoked certs key revocation lists: testing KRL update key revocation lists: checking revocations for revoked keys key revocation lists: checking revocations for unrevoked keys key revocation lists: checking revocations for revoked certs key revocation lists: checking revocations for unrevoked certs ok key revocation lists env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/multipubkey.sh ok multiple pubkey env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/limit-keytype.sh allow rsa,ed25519 allow ed25519 allow cert only match w/ no match match w/ matching ok restrict pubkey type env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-agent.sh key type ssh-ed25519 privsep=no key type ssh-rsa privsep=no key type ssh-dss privsep=no key type ecdsa-sha2-nistp256 privsep=no key type ecdsa-sha2-nistp384 privsep=no key type ecdsa-sha2-nistp521 privsep=no key type ssh-ed25519 privsep=yes key type ssh-rsa privsep=yes key type ssh-dss privsep=yes key type ecdsa-sha2-nistp256 privsep=yes key type ecdsa-sha2-nistp384 privsep=yes key type ecdsa-sha2-nistp521 privsep=yes ok hostkey agent env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/keygen-knownhosts.sh /usr/src/regress/usr.bin/ssh/obj/kh.hosts updated. Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old /usr/src/regress/usr.bin/ssh/obj/kh.hosts updated. Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old /usr/src/regress/usr.bin/ssh/obj/kh.hosts updated. Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old /usr/src/regress/usr.bin/ssh/obj/kh.hosts updated. Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hosts.old /usr/src/regress/usr.bin/ssh/obj/kh.hashed updated. Original contents retained as /usr/src/regress/usr.bin/ssh/obj/kh.hashed.old ok ssh-keygen known_hosts env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/hostkey-rotate.sh learn hostkey with StrictHostKeyChecking=no learn additional hostkeys learn additional hostkeys, type=ssh-ed25519 learn additional hostkeys, type=ssh-rsa learn additional hostkeys, type=ssh-dss learn additional hostkeys, type=ecdsa-sha2-nistp256 learn additional hostkeys, type=ecdsa-sha2-nistp384 learn additional hostkeys, type=ecdsa-sha2-nistp521 learn changed non-primary hostkey learn new primary hostkey rotate primary hostkey check rotate primary hostkey ok hostkey rotate env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/principals-command.sh authorized principals command: privsep yes empty authorized_principals authorized principals command: privsep yes wrong authorized_principals authorized principals command: privsep yes correct authorized_principals authorized principals command: privsep yes authorized_principals bad key opt authorized principals command: privsep yes authorized_principals command=false authorized principals command: privsep yes authorized_principals command=true authorized principals command: privsep yes wrong principals key option authorized principals command: privsep yes correct principals key option authorized principals command: privsep no empty authorized_principals authorized principals command: privsep no wrong authorized_principals authorized principals command: privsep no correct authorized_principals authorized principals command: privsep no authorized_principals bad key opt authorized principals command: privsep no authorized_principals command=false authorized principals command: privsep no authorized_principals command=true authorized principals command: privsep no wrong principals key option authorized principals command: privsep no correct principals key option ok authorized principals command env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cert-file.sh ok ssh with certificates env SUDO="" "MALLOC_OPTIONS=AFGJPRX" sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj /usr/src/regress/usr.bin/ssh/cfginclude.sh Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. Pseudo-terminal will not be allocated because stdin is not a terminal. ok config include ===> unittests ===> unittests/test_helper cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/test_helper.c -o test_helper.o cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/test_helper/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/test_helper/fuzz.c -o fuzz.o building standard test_helper library ranlib libtest_helper.a ===> unittests/sshbuf cd /usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh && make lib ===> lib cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh_api.c -o ssh_api.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssherr.c -o ssherr.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sshbuf.c -o sshbuf.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sshbuf-getput-basic.c -o sshbuf-getput-basic.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sshbuf-misc.c -o sshbuf-misc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sshkey.c -o sshkey.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../bitmap.c -o bitmap.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../krl.c -o krl.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sshbuf-getput-crypto.c -o sshbuf-getput-crypto.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../digest-openssl.c -o digest-openssl.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../authfd.c -o authfd.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../authfile.c -o authfile.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../bufaux.c -o bufaux.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../buffer.c -o buffer.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../canohost.c -o canohost.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../channels.c -o channels.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../cipher.c -o cipher.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../cleanup.c -o cleanup.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../compat.c -o compat.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../crc32.c -o crc32.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../deattack.c -o deattack.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../fatal.c -o fatal.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../hostfile.c -o hostfile.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../log.c -o log.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../match.c -o match.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../nchan.c -o nchan.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../packet.c -o packet.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../opacket.c -o opacket.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../readpass.c -o readpass.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ttymodes.c -o ttymodes.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../xmalloc.c -o xmalloc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../atomicio.c -o atomicio.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../key.c -o key.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../dispatch.c -o dispatch.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kex.c -o kex.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../mac.c -o mac.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../uidswap.c -o uidswap.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../uuencode.c -o uuencode.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../misc.c -o misc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../utf8.c -o utf8.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../msg.c -o msg.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../progressmeter.c -o progressmeter.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../dns.c -o dns.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../monitor_fdpass.c -o monitor_fdpass.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../addrmatch.c -o addrmatch.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../smult_curve25519_ref.c -o smult_curve25519_ref.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexc25519.c -o kexc25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexc25519c.c -o kexc25519c.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexc25519s.c -o kexc25519s.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../chacha.c -o chacha.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../poly1305.c -o poly1305.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../cipher-chachapoly.c -o cipher-chachapoly.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh-ed25519.c -o ssh-ed25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../hmac.c -o hmac.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../umac.c -o umac.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../bufec.c -o bufec.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../bufbn.c -o bufbn.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../rsa.c -o rsa.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh-dss.c -o ssh-dss.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh-rsa.c -o ssh-rsa.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh-ecdsa.c -o ssh-ecdsa.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../dh.c -o dh.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexdh.c -o kexdh.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexgex.c -o kexgex.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexecdh.c -o kexecdh.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexdhc.c -o kexdhc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexgexc.c -o kexgexc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexecdhc.c -o kexecdhc.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexdhs.c -o kexdhs.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexgexs.c -o kexgexs.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../kexecdhs.c -o kexecdhs.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ssh-pkcs11.c -o ssh-pkcs11.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../sc25519.c -o sc25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ge25519.c -o ge25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../fe25519.c -o fe25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../ed25519.c -o ed25519.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../verify.c -o verify.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../hash.c -o hash.o cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c /usr/src/usr.bin/ssh/lib/../blocks.c -o blocks.o sed -e "s/^#define UMAC_OUTPUT_LEN 8/#define UMAC_OUTPUT_LEN 16/" -e s/umac_new/umac128_new/g -e s/umac_update/umac128_update/g -e s/umac_final/umac128_final/g -e s/umac_delete/umac128_delete/g < /usr/src/usr.bin/ssh/lib/../umac.c > umac128.c cc -O2 -pipe -g -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -DHAVE_DLOPEN -I/usr/src/usr.bin/ssh/lib/.. -fstack-protector-all -DWITH_OPENSSL -DENABLE_PKCS11 -Wall -Wchar-subscripts -Wcomment -Wextra -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wold-style-definition -Wno-unused-parameter -c umac128.c -o umac128.o building standard ssh library ranlib libssh.a cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/tests.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_crypto.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_misc.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fuzz.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_fixed.c cc -g -o test_sshbuf tests.o test_sshbuf.o test_sshbuf_getput_basic.o test_sshbuf_getput_crypto.o test_sshbuf_misc.o test_sshbuf_fuzz.o test_sshbuf_getput_fuzz.o test_sshbuf_fixed.o -L/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/sshbuf/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=AFGJPRX" ./test_sshbuf test_sshbuf: .................................................................................................... 101 tests ok ===> unittests/sshkey cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/tests.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_file.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/test_fuzz.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/sshkey/common.c cc -g -o test_sshkey tests.o test_sshkey.o test_file.o test_fuzz.o common.o -L/usr/src/regress/usr.bin/ssh/unittests/sshkey/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/sshkey/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=AFGJPRX" ./test_sshkey -d /usr/src/regress/usr.bin/ssh/unittests/sshkey/testdata test_sshkey: ........................................................................................... 91 tests ok ===> unittests/bitmap cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/bitmap/tests.c cc -g -o test_bitmap tests.o -L/usr/src/regress/usr.bin/ssh/unittests/bitmap/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/bitmap/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=AFGJPRX" ./test_bitmap test_bitmap: .. 2 tests ok ===> unittests/kex cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/kex/tests.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/kex/test_kex.c cc -g -o test_kex tests.o test_kex.o -L/usr/src/regress/usr.bin/ssh/unittests/kex/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/kex/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto -lz env "MALLOC_OPTIONS=AFGJPRX" ./test_kex test_kex: ................................................................................................................................................................................................................................................................................................................................................................ 352 tests ok ===> unittests/hostkeys cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/tests.c cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/hostkeys/test_iterate.c cc -g -o test_hostkeys tests.o test_iterate.o -L/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/hostkeys/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=AFGJPRX" ./test_hostkeys -d /usr/src/regress/usr.bin/ssh/unittests/hostkeys/testdata test_hostkeys: .................. 18 tests ok ===> unittests/utf8 cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/utf8/tests.c cc -g -o test_utf8 tests.o -L/usr/src/regress/usr.bin/ssh/unittests/utf8/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/utf8/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=CFGJPRSUX" ./test_utf8 test_utf8: .................. 18 tests ok ===> unittests/match cc -O2 -pipe -g -DWITH_OPENSSL -fstack-protector-all -I/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper -I/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh -Wall -Wextra -Werror -Wchar-subscripts -Wcomment -Wformat -Wformat-security -Wimplicit -Winline -Wmissing-declarations -Wmissing-prototypes -Wparentheses -Wpointer-arith -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wpointer-sign -Wold-style-definition -c /usr/src/regress/usr.bin/ssh/unittests/match/tests.c cc -g -o test_match tests.o -L/usr/src/regress/usr.bin/ssh/unittests/match/../test_helper/obj -ltest_helper -L/usr/src/regress/usr.bin/ssh/unittests/match/../../../../../usr.bin/ssh/lib/obj -lssh -lutil -lcrypto env "MALLOC_OPTIONS=AFGJPRX" ./test_match test_match: ..... 5 tests ok ===> misc ===> misc/kexfuzz FAIL usr.bin/ssh *** Error 1 in . (Makefile:185 't-dynamic-forward'), *** Error 1 in . (Makefile:185 't-forwarding'), *** Error 1 in . (Makefile:185 't-multiplex'), *** Error 1 in . (Makefile:185 't-cfgmatch'), *** Error 1 in . (Makefile:185 't-forward-control')