Skip to content

Commit

Permalink
PhpsecServer: add support for using a RSA key (dg#137)
Browse files Browse the repository at this point in the history
keys generated by `ssh-keygen -t rsa` are working (with and without passphrase)
  • Loading branch information
dg authored and iatanasov77 committed Jun 9, 2023
1 parent 0d7c6d9 commit 87c9678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Deployment/PhpsecServer.php
Expand Up @@ -141,7 +141,6 @@ public function getDir(): string
return isset($this->url['path']) ? rtrim($this->url['path'], '/') : '';
}


public function execute(string $command): string
{
return $this->sftp->exec($command);
Expand Down

0 comments on commit 87c9678

Please sign in to comment.