We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc21bff commit 463b51fCopy full SHA for 463b51f
bin/v-list-sys-sshd-port
@@ -59,7 +59,7 @@ csv_list() {
59
# Variable&Function #
60
#----------------------------------------------------------#
61
62
-ports=$(sshd -T | grep '^port'| cut -d ' ' -f2);
+ports=$(sshd -T -C "user=root" | grep '^port'| cut -d ' ' -f2);
63
64
# Listing data
65
case $format in
0 commit comments