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)
Thu, Dec 12, 7:33 PM
Unknown Object (File)
Sep 25 2024, 11:33 PM
Unknown Object (File)
Sep 18 2024, 2:17 AM
Unknown Object (File)
Sep 16 2024, 2:06 AM
Unknown Object (File)
Sep 9 2024, 1:39 AM
Unknown Object (File)
Sep 5 2024, 1:02 AM
Unknown Object (File)
Sep 4 2024, 2:33 PM
Unknown Object (File)
Aug 18 2024, 2:07 AM
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