Conversation
You git commit message only says "Fix typo". Can you amend it to better follow the standards. Git commit messages should explain what is changed and why. They should have a subject and a body. For example, copy what you have in the PR. |
Changed -P to -p since -p is correct flag for specifying the port.
8588184 to
c7ff330
Compare
Thank you for the feedback. |
|
Thank you |
Changed -P to -p since -p is correct flag for specifying the port.
ssh -P 2222 virt@localhost to ssh -p 2222 virt@localhost