Page MenuHomeFreeBSD

Don't rely on a local sshd being running for a local test.
ClosedPublic

Authored by tuexen on Jul 15 2018, 1:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 11:24 AM
Unknown Object (File)
Wed, May 1, 11:22 AM
Unknown Object (File)
Wed, May 1, 11:22 AM
Unknown Object (File)
Wed, May 1, 3:16 AM
Unknown Object (File)
Jan 25 2024, 12:12 AM
Unknown Object (File)
Jan 19 2024, 4:45 AM
Unknown Object (File)
Dec 20 2023, 4:05 AM
Unknown Object (File)
Dec 4 2023, 3:11 PM
Subscribers

Details

Summary

tst.localtcpstate.ksh relies on an instance of sshd running on the local host, which might not be the case. In addition, using ssh has an impact on the TCP communication which is not intended. Therefore, use an instance of nc. This is similar to r286171 for tst.ipv4localtcp.ksh.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable