From d745b45fcd2ec2698e2de1d2e2fdcbe75fe88d60 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:14:26 -0700 Subject: [PATCH] chore(ubuntu): test ip and ssl connectivity (#12038) --- ubuntu/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ubuntu/Makefile b/ubuntu/Makefile index 070d5fd2e2..1c22311332 100644 --- a/ubuntu/Makefile +++ b/ubuntu/Makefile @@ -57,6 +57,10 @@ show-network-hours: vnstat --hours show-network-hoursgraph: vnstat --hoursgraph +test-ip-connectivity: + ping www.hongbomiao.com +test-ssl-connectivity: + openssl s_client -connect www.hongbomiao.com:443 # SSH ssh-remove-host-key: @@ -106,5 +110,3 @@ btop: btop htop: htop -vnstat: - vnstat