Skip to content

Commit 27cb4b1

Browse files
committed
readme for 0.2.4
1 parent 2f231b9 commit 27cb4b1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ Download and setup the binary automatically for your operating system from [GitH
3636
Linux
3737
```bash
3838
# Linux
39-
wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.3/iroh-ssh.linux
39+
wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.4/iroh-ssh.linux
4040
chmod +x iroh-ssh.linux
4141
sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4242
```
4343

4444
macOS
4545
```bash
4646
# macOS arm
47-
curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.3/iroh-ssh.macos
47+
curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.4/iroh-ssh.macos
4848
chmod +x iroh-ssh.macos
4949
sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5050
```
5151

5252
Windows
5353
```bash
5454
# Windows x86 64bit
55-
curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.3/iroh-ssh.exe
55+
curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.4/iroh-ssh.exe
5656
mkdir %LOCALAPPDATA%\iroh-ssh
5757
move iroh-ssh.exe %LOCALAPPDATA%\iroh-ssh\
5858
setx PATH "%PATH%;%LOCALAPPDATA%\iroh-ssh"
@@ -137,15 +137,14 @@ Display its Node ID and share it to allow connection
137137
> iroh-ssh info
138138

139139
Your iroh-ssh nodeid: 38b7dc10df96005255c3beaeaeef6cfebd88344aa8c85e1dbfc1ad5e50f372ac
140-
iroh-ssh version 0.2.2
140+
iroh-ssh version 0.2.4
141141
https://github.com/rustonbsd/iroh-ssh
142142

143-
run 'iroh-ssh server --persist' to start the server with persistent keys
144-
run 'iroh-ssh server' to start the server with ephemeral keys
145-
run 'iroh-ssh service install' to start the server as a service (always uses persistent keys)
146-
147-
Your iroh-ssh nodeid:
143+
Your server iroh-ssh nodeid:
148144
iroh-ssh my-user@38b7dc10df96005255c3beaeaeef6cfebd88344aa8c85e1dbfc1ad5e50f372ac
145+
146+
Your service iroh-ssh nodeid:
147+
iroh-ssh my-user@4fjeeiui4jdm96005255c3begj389xk3aeaeef6cfebd88344aa8c85e1dbfc1ad
149148
```
150149

151150
---
@@ -155,15 +154,15 @@ Display its Node ID and share it to allow connection
155154
## How It Works
156155

157156
```
158-
┌─────────────┐ ┌──────────────┐ ┌─────────────────┐ ┌─────────────┐
157+
┌─────────────┐ ┌──────────────┐ ┌─────────────────┐ ┌─────────────┐
159158
│ iroh-ssh │───▶│ internal TCP │───▶│ QUIC Tunnel │───▶│ iroh-ssh │
160-
│ (your machine) │ Listener │ │ (P2P Network) │ │ server │
161-
└─────────────┘ | (your machine) └─────────────────┘ └─────────────┘
159+
│ (your machine) │ Listener │ │ (P2P Network) │ │ server │
160+
└─────────────┘ | (your machine) └─────────────────┘ └─────────────┘
162161
└──────────────┘
163162
│ ▲ │
164163
▼ │ ▼
165164
┌──────────────┐ ┌─────────────┐
166-
⦜ -- ▶ │ run: ssh │ │ SSH Server │
165+
⦜ -- ▶ │ run: ssh │ │ SSH Server │
167166
│ user@localhost │ (port 22) │
168167
└──────────────┘ └─────────────┘
169168
```

0 commit comments

Comments
 (0)