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 4fcc222 commit 4be110aCopy full SHA for 4be110a
README.md
@@ -35,7 +35,7 @@ $connection->upload($localPath, $remotePath);
35
$connection->download($remotePath, $localPath);
36
```
37
38
-For security, you can fingerprint the remote server and verify the fingerprint remain the same
+For security, you can fingerprint the remote server and verify the fingerprint remains the same
39
upon each subsequent connection.
40
41
```php
@@ -51,4 +51,4 @@ If you wish, you can specify the type of fingerprint you wish to retrieve.
51
52
$md5Fingerprint = $connection->fingerprint(SSHConnection::FINGERPRINT_MD5); // default
53
$sha1Fingerprint = $connection->fingerprint(SSHConnection::FINGERPRINT_SHA1);
54
-```
+```
0 commit comments