Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image scp: don't require port for ssh URL
SSH uses 22 as default so it is really not necessary to require the port. The backend code already does this but the parsing in the frontend always tried to parse the port. [NO NEW TESTS NEEDED] This would require actual remote host ssh setup in CI so it is not possible to be check but I verified it locally. Fixes https://issues.redhat.com/browse/RHEL-17776 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information