[GH-ISSUE #63] Give the paramiko instance #33

Closed
opened 2026-02-27 15:46:06 +03:00 by kerem · 1 comment
Owner

Originally created by @ghost on GitHub (Jun 17, 2021).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/63

Hi !

I suggest an other way to use paramiko.
I'm facing a problem where I need to use the API and run basic commandsin SSH to my proxmox cluster.

I use paramiko and proxmoxer.
Do you think if it possible to give the instance of paramiko in parameter of proxmoxer.
Or maybe in the other side, it's possible to get the instance of proxmoxer ?

Thanks for your work !

Originally created by @ghost on GitHub (Jun 17, 2021). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/63 Hi ! I suggest an other way to use paramiko. I'm facing a problem where I need to use the API and run basic commandsin SSH to my proxmox cluster. I use paramiko and proxmoxer. Do you think if it possible to give the instance of paramiko in parameter of proxmoxer. Or maybe in the other side, it's possible to get the instance of proxmoxer ? Thanks for your work !
kerem closed this issue 2026-02-27 15:46:06 +03:00
Author
Owner

@ghost commented on GitHub (Jun 17, 2021):

Never mind !
Just use

ssh_client = proxmox._backend.session.ssh_client
<!-- gh-comment-id:863265237 --> @ghost commented on GitHub (Jun 17, 2021): Never mind ! Just use ```python3 ssh_client = proxmox._backend.session.ssh_client ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#33
No description provided.