[PR #94] [MERGED] Fix config file not being used in openssh #171

Closed
opened 2026-02-27 15:46:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/94
Author: @jhollowe
Created: 3/16/2022
Status: Merged
Merged: 3/20/2022
Merged by: @jhollowe

Base: developHead: openssh-config-file


📝 Commits (1)

  • b1ea20c Fix config file not being used in openssh

📊 Changes

1 file changed (+6 additions, -8 deletions)

View changed files

📝 proxmoxer/backends/openssh.py (+6 -8)

📄 Description

pass through config file to SSH to override the default config file (usually in ~/.ssh)

BREAKING CHANGES:

  • argument renamed from configfile to config_file to match identity_file
  • syntax update which is broken on previous python versions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/proxmoxer/proxmoxer/pull/94 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 3/16/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `openssh-config-file` --- ### 📝 Commits (1) - [`b1ea20c`](https://github.com/proxmoxer/proxmoxer/commit/b1ea20c168961f9f573ac3831dfc1683a348f77e) Fix config file not being used in openssh ### 📊 Changes **1 file changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `proxmoxer/backends/openssh.py` (+6 -8) </details> ### 📄 Description pass through config file to SSH to override the default config file (usually in `~/.ssh`) BREAKING CHANGES: * argument renamed from `configfile` to `config_file` to match `identity_file` * syntax update which is broken on previous python versions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:46 +03:00
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#171
No description provided.