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

paramiko.transport #11061

Closed
bryanheo opened this issue May 25, 2015 · 1 comment
Closed

paramiko.transport #11061

bryanheo opened this issue May 25, 2015 · 1 comment

Comments

@bryanheo
Copy link

I have error message as shown below
Could you please give a solution?

2015-05-23 23:43:22,798 paramiko.transport Exception: Error reading SSH protocol banner
2015-05-23 23:43:22,850 paramiko.transport Traceback (most recent call last):
2015-05-23 23:43:22,851 paramiko.transport File "/usr/lib/python2.6/site-packages/paramiko/transport.py", line 1509, in run
2015-05-23 23:43:22,851 paramiko.transport self._check_banner()
2015-05-23 23:43:22,851 paramiko.transport File "/usr/lib/python2.6/site-packages/paramiko/transport.py", line 1626, in _check_banner
2015-05-23 23:43:22,851 paramiko.transport raise SSHException('Error reading SSH protocol banner' + str(x))
2015-05-23 23:43:22,851 paramiko.transport SSHException: Error reading SSH protocol banner

@bennojoy
Copy link
Contributor

Hi!

Thanks very much for your interest in Ansible. It sincerely means a lot to us.

This appears to be a user question, and we'd like to direct these kinds of things to either the mailing list or the IRC channel. Meanwhile assuming ssh worksfrom command line works can you please try -c ssh and debug -vvvv with ansible-playbook , that might give some clues in what the issues is.

IRC: #ansible on irc.freenode.net
mailing list: https://groups.google.com/forum/#!forum/ansible-project
If you can stop by there, we'd appreciate it. This allows us to keep the issue tracker for bugs, pull requests, RFEs and the like.

Thank you once again and we look forward to seeing you on the list or IRC. Thanks!

@ansible ansible locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants