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 696893e commit 1f0fc2dCopy full SHA for 1f0fc2d
src/Component/Ssh/Client.php
@@ -246,7 +246,7 @@ private static function generateControlPath(Host $host): string
246
return '/dev/shm/%C';
247
}
248
249
- $connectionHashLength = 16; // Length of connection hash that OpenSSH appends to controlpath
+ $connectionHashLength = 17; // Length of connection hash that OpenSSH appends to controlpath
250
$unixMaxPath = 104; // Theoretical max limit for path length
251
$homeDir = parse_home_dir('~');
252
$port = empty($host->get('port', '')) ? '' : ':' . $host->getPort();
0 commit comments