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

roslaunch doesn't allows ssh authentication using empty password #1827

Closed
5tan opened this issue Oct 8, 2019 · 2 comments
Closed

roslaunch doesn't allows ssh authentication using empty password #1827

5tan opened this issue Oct 8, 2019 · 2 comments

Comments

@5tan
Copy link
Contributor

5tan commented Oct 8, 2019

If we try following machine definition:

<machine
  name="mmm"
  address="10.20.73.2"
  user="root"
  password=""
  timeout="10"
  env-loader="/path/to/remote-env.sh"
/>

roslaunch attempts to authenticate using key instead of empty password.

@5tan
Copy link
Contributor Author

5tan commented Oct 8, 2019

Fix: #1826

@dirk-thomas
Copy link
Member

Addressed by #1826.

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

No branches or pull requests

2 participants