Skip to content

Commit

Permalink
GITBOOK-97: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
twofaktor authored and gitbook-bot committed Jun 24, 2023
1 parent 05162ae commit 835599f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bonus/bitcoin/ordisrespector.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ After starting Bitcoin Core, wait a few minutes for Bitcoin Core to load the mem
![](../../images/ordisrespector-mempool-blocks.png)
* Put the pointer above the cube's dynamic graphic at the bottom right, and find transactions with for example **0.00010000 BTC**, **0.00005000 BTC**, **0.00000546 BTC**, **0.00000330 BTC**, **0.00000538 6 BTC**... output amount, or similar recurrency amount and click on the cube of the transaction to do a second verification
* Put the pointer above the cube's dynamic graphic at the bottom right, and find transactions with for example **0.00010000 BTC**, **0.00005000 BTC**, **0.00000546 BTC**, **0.00000330 BTC**, **0.000005386 BTC**... output amount, or similar recurrency amount and click on the cube of the transaction to do a second verification

![](../../images/ordisrespector-mempool-cube-tx.png)

Expand Down
4 changes: 2 additions & 2 deletions bonus/system/ssh-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand All @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion bonus/system/tor-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
```
Expand Down

0 comments on commit 835599f

Please sign in to comment.