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 9704c63 commit f9de0c4Copy full SHA for f9de0c4
ssh-keyscan
@@ -27,7 +27,7 @@ ssh-keyscan "${hostName}" 2> /dev/null | while read -r line; do
27
if [ "${noIp}" = '--no-ip' ]; then
28
echo " - hostname: '${hostName}'";
29
else
30
- echo " - hostname: '${hostName} ${ipAddress}'";
+ echo " - hostname: '${hostName},${ipAddress}'";
31
fi
32
echo " enctype: $(echo ${line} | awk '{ print $2 }')";
33
echo " fingerprint: '$(echo ${line} | awk '{ print $3 }')'";
0 commit comments