We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0534ead commit aa497c7Copy full SHA for aa497c7
mpssh
@@ -164,7 +164,7 @@ async def main() -> int:
164
"--raw", action="store_true", help="Print raw output without any formatting"
165
)
166
parser.add_argument(
167
- "--timeout", type=int, default=10, help="SSH connection timeout in seconds"
+ "--timeout", type=int, default=15, help="SSH connection timeout in seconds"
168
169
170
"--json-file",
0 commit comments