fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@ -0,0 +1,15 @@
---
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)