Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Key path #48

Open
gino opened this issue Jul 11, 2017 · 4 comments
Open

SSH Key path #48

gino opened this issue Jul 11, 2017 · 4 comments

Comments

@gino
Copy link

gino commented Jul 11, 2017

Hi,

I am wondering if there is an option to specify the ssh key itself instead of the path.
Since it is pretty weird that I have to specify a file path instead of the ssh key itself.

Thanks.

@stidges
Copy link

stidges commented Aug 31, 2017

You can pass in a key directly by using the keytext configuration option instead of the key option.

@dotZoki
Copy link

dotZoki commented Nov 15, 2017

This could be mentioned in documentation with maybe more description of remote.php configuration keyes.

@ghost
Copy link

ghost commented Feb 3, 2018

i agree, im having a hell of a time trying to use my ssh key in this package.

EDIT: just figured it out, had to copy id_rsa from /root/.ssh to /var/ and set the remote.php config key field to /var/id_rsa

@ryanhalley
Copy link

If using windows, and a key file, remember to also use forwards slashes e.g: 'd:/private_key.txt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants