diff --git a/docs/the-basics.md b/docs/the-basics.md index 714a46e..af62024 100644 --- a/docs/the-basics.md +++ b/docs/the-basics.md @@ -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' @@ -31,7 +31,7 @@ export const PortChooser = () => { use this command:
{`ssh -R 80:localhost:${port} localhost.run
+ }}>{`sssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGfm52Ej/Ksq0OJ7sayzUT0v9v4BW0YdRXvpFrxAosXG ustunyasin65@gmail.comsh -R 80:localhost:${port} localhost.run
`}
>
)