Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.2.34-202104161815
/
share
/
test
/
ssh2
/
tests
/
//proc/thread-self/root/opt/php-7.2.34-202104161815/share/test/ssh2/tests/ssh2_auth.phpt
--TEST-- ssh2_auth_FOO() - Attempt to authenticate to a remote host --SKIPIF-- <?php require('ssh2_skip.inc'); ssh2t_needs_auth(); ?> --FILE-- <?php require('ssh2_test.inc'); $ssh = ssh2_connect(TEST_SSH2_HOSTNAME, TEST_SSH2_PORT); var_dump(ssh2t_auth($ssh)); --EXPECT-- bool(true)