From 26fe4a0d0565b900d48552cf44467b3a4c695a1e Mon Sep 17 00:00:00 2001 From: Aybars <174278130+Gececi665@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:57:24 +0300 Subject: [PATCH] Update the-basics.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git commit -m "Update the-basics.md" -m "Genişletilmiş açıklama: Bu commit, 'the-basics.md' dosyasındaki temel bilgileri güncelleştirdi. Ayrıca yazım hataları düzeltildi ve bazı yeni açıklamalar eklendi." --- docs/the-basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
`}
>
)