remove verbose

This commit is contained in:
Jeffrey C. Ollie 2023-10-30 17:28:49 -05:00
parent 3365ff9dfc
commit d8700a7b20
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -84,7 +84,7 @@ def main(
command = [ command = [
ssh_command, ssh_command,
"ssh", "ssh",
"-v", # "-v",
"-y", "-y",
] ]