Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add clarity to description #29616

Closed
wants to merge 2 commits into from

Conversation

oldjpwilson
Copy link
Contributor

Changes to documentation from:

"

title: Bash ssh

Bash command: ssh

Used to connect to a remote computer, for example ssh 123.456.789.012 will try to establish a connection with that host. The address of the remote computer can be provided using an IP address or, if provided, an identifier.

If the remote computer requires user login, the form ssh username@remote_address can be used, which will then prompt for the user password on successful connection.

More Information:

"

to instead read as above.

  • I have read freeCodeCamp's contribution guidelines.
  • My pull request has a descriptive title (not a vague title like Update index.md)
  • My pull request targets the master branch of freeCodeCamp.
  • None of my changes are plagiarized from another source without proper attribution.
  • My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX

Changes to documentation from:

"
---
title: Bash ssh
---

## Bash command: ssh

**Used to connect to a remote computer**, for example `ssh 123.456.789.012` will try to establish a connection with that host. The address of the remote computer can be provided using an IP address or, if provided, an identifier.

If the remote computer requires user login, the form `ssh username@remote_address` can be used, which will then prompt for the user password on successful connection.

### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Secure_Shell)

"

to instead read as above.
@lynxlynxlynx
Copy link
Member

Sorry, but this is unfinished work at best. The grammar is off, ssh is not a bash command and the username addition is spurious.

Also, in the future write concise commit messages that describe the change. When someone wants to look at the change, they can do it directly. The message is a summary.

@oldjpwilson oldjpwilson closed this Nov 2, 2018
@oldjpwilson
Copy link
Contributor Author

Did not make sense, so abandoning it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants