-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issues in integrating ansible with teleport #1353
Comments
@ksorathiya I am not following... the docs never say to do this: In fact, nothing special is required for Ansible... maybe we should remove that section completely, not to confuse people?
That's all you really need. If step 2. is not preferred, configure the regular ssh to work by updating your |
I tried creating the symlink ssh -> tsh, for normal usage it worked, /usr/bin/ssh -vvv -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=kartik -o ConnectTimeout=10 <teleport-hostname> '/bin/sh -c '"'"'( umask 77 && mkdir -p " and as obvious it throws this error so the symlink thing won't help me integrating ansible with teleport |
The steps in this https://gravitational.com/teleport/docs/2.3/user-manual/#using-openssh-client appears promising but at last, I am getting this error I directly ran this command Permission denied (publickey). One more thing as stated above, |
you need the |
@ksorathiya also I think you're using old Teleport version. |
@ksorathiya I am closing. happy to jump on a call if you still having issues: ev@gravitational.com |
https://gravitational.com/teleport/docs/2.3/admin-guide/#integrating-with-ansible
As teleport's documentation states, I went through each and every step carefully but every time it was a complete failure.
I am not able to connect to my teleport nodes using the following command
ssh <teleport-user>@<teleport-node>.<teleport-proxy>
I am very much stuck at this, can anyone please help?
The text was updated successfully, but these errors were encountered: