mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #657] Don't add port 22 to default #702
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/657
Author: @coryschwartz
Created: 2/3/2018
Status: 🔄 Open
Base:
master← Head:cschwartz/default-port📝 Commits (1)
e8c9e96Don't add port 22 to default📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
console/webvirtmgr-console(+1 -1)📄 Description
Specifying the port seems unnecessary since the ssh commandline
tool will use the correct port if specified. Specifying it here
can also cause problems if the host is an SSH alias where the port
is already defined.
I'm using webvirtmgr this way to manage hypervisors accessed through
an SSH tunnel.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.