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

Fatal error: Argument must be a string #121

Open
raisen opened this issue Aug 21, 2015 · 0 comments
Open

Fatal error: Argument must be a string #121

raisen opened this issue Aug 21, 2015 · 0 comments

Comments

@raisen
Copy link

raisen commented Aug 21, 2015

My Gruntfile:

sshconfig: {
  stage: {
    host: 'stage.XXX.com',
    port: 1022,
    username: 'XXX',
    agent: process.env.SSH_AUTH_SOCK,
    agentForward: true
  }
},

When running grunt with -v:

Options: config="stage", host="stage.XXX.com", username="XXX", password=false, agent="/private/tmp/com.apple.launchd.08YxyUhGkO/Listeners", agentForward, port=1022, proxy={"port":22}, ignoreErrors=false, minimatch={}, pty={}, suppressRemoteErrors=false, callback=undefined
Connection :: connect
Fatal error: Argument must be a string

Any ideas what's happening? If I set a private key, it works, but I want to use ssh-agent.

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

1 participant