Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/the-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All major operating systems already have SSH installed, and localhost.run uses S
To connect an internet domain to an application running locally on port 8080 open a command terminal and run:

```bash
ssh -R 80:localhost:8080 localhost.run
ssh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfm52Ej/Ksq0OJ7sayzUT0v9v4BW0YdRXvpFrxAosXG ustunyasin65@gmail.com-R 80:localhost:8080 localhost.run
```

import { useState } from 'react'
Expand All @@ -31,7 +31,7 @@ export const PortChooser = () => {
use this command:
<pre><code parentName="pre" {...{
"className": "bash"
}}>{`ssh -R 80:localhost:${port} localhost.run
}}>{`sssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfm52Ej/Ksq0OJ7sayzUT0v9v4BW0YdRXvpFrxAosXG ustunyasin65@gmail.comsh -R 80:localhost:${port} localhost.run
`}</code></pre>
</>
)
Expand Down