-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-97: change request with no subject merged in GitBook
- Loading branch information
1 parent
05162ae
commit 835599f
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,7 +177,7 @@ ssh-rsa AAAAB3N........ | |
* From the Terminal, use the native command | ||
```sh | ||
$ ssh -i /home/<user>/.ssh/privkey [email protected] | ||
$ ssh -i /home/<user>/.ssh/id_rsa [email protected] | ||
``` | ||
{% hint style="warning" %} | ||
|
@@ -188,7 +188,7 @@ Attention: This command only works if you generated the SSH keys [on Linux or ma | |
* On your regular computer, download Putty [64-bit x86](https://the.earth.li/\~sgtatham/putty/latest/w64/putty.exe) or [32-bit x86](https://the.earth.li/\~sgtatham/putty/latest/w32/putty.exe) version depending on your OS architecture and start it. | ||
* To automatically connect and log in to your server you need to add the Private Key to the Putty client. Then go to the left Category menu, select SSH –> Auth -> Credentials, on "Private key file for authentication" hit the "Browse" button, search and add your Private Key file. | ||
* To the left tree, select "session", in the "Hostname (or IP address)" box, type `[email protected]` or `[email protected]`, left port `22` to the right box. Click on `Open`. If you selected a key passphrase in [preparations](ssh-keys.md#preparations) section, enter it. That’s it! Now you can automatically securely connect to your remote SSH server with Putty client by hitting the Open button without the need to enter passwords. | ||
* To the left tree, select "session", in the "Hostname (or IP address)" box, type `[email protected]` or `[email protected]`, left port `22` to the right box. Click on `Open`. If you selected a key passphrase in the [preparations](ssh-keys.md#preparations) section, enter it. That’s it! Now you can automatically securely connect to your remote SSH server with Putty client by hitting the Open button without the need to enter passwords. | ||
### **MobaXterm Windows** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ Replace <[email protected]> with your email address so we can contact you if the | |
<details> | ||
<summary>💡 ContactInfo ⬇️</summary> | ||
<summary>💡 Nickname ⬇️</summary> | ||
{% code overflow="wrap" %} | ||
``` | ||
|