mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #356] Add support for PuTTy #93
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sandvige on GitHub (Jan 18, 2023).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/356
Hello,
We'd love to be able to use PuTTy through thebastion, any hints on how to do that? We're facing a lot of issues (garbled packet or administratively prohibited errors).
Would be great to have an exemple to achieve that.
Thanks!
@biradur78214 commented on GitHub (Mar 20, 2023):
Hello,
thank you for the docs
how to auto login to a remote server throw the bastion with putty?
in putty, in the "remote command" i type ssh root@x.x.x.x but i have the following error:
! WARN : Yopu did not use the '--' delimiter to pass our remote command, maybe something crazy will happen !
Unable to resolve host 'ssh' (Name or service not known)
i try with --root@x.x.x.x but it seems that the bastion open the connexion on the remote server and close it immediatly.
Any idea ?
@kofee commented on GitHub (Mar 20, 2023):
Hi,
In the case of passing a "Remote command", the "ssh" part is implicit as you do not get to the interactive prompt :)
So just set "root@x.x.x.x" as the remote command.
@biradur78214 commented on GitHub (Mar 20, 2023):
thank you. It works !