You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-26Lines changed: 61 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,12 @@
7
7
Lazyssh is a terminal-based, interactive SSH manager inspired by tools like lazydocker and k9s — but built for managing your fleet of servers directly from your terminal.
8
8
<br/>
9
9
With lazyssh, you can quickly navigate, connect, manage, and transfer files between your local machine and any server defined in your ~/.ssh/config. No more remembering IP addresses or running long scp commands — just a clean, keyboard-driven UI.
10
-
## 🎥 Demo
11
-
12
10
11
+
---
13
12
14
13
## ✨ Features
15
14
16
-
### Server Management (current)
15
+
### Server Management
17
16
- 📜 Read & display servers from your `~/.ssh/config` in a scrollable list.
18
17
- ➕ Add a new server from the UI by specifying alias, host/IP, username, port, identity file.
19
18
- ✏ Edit existing server entries directly from the UI.
@@ -32,10 +31,51 @@ With lazyssh, you can quickly navigate, connect, manage, and transfer files betw
32
31
- 📁 Copy files between local and servers with an easy picker UI.
33
32
- 📡 Port forwarding (local↔remote) from the UI.
34
33
- 🔑 Enhanced Key Management:
35
-
- Use default local public key (~/.ssh/id_ed25519.pub or ~/.ssh/id_rsa.pub)
36
-
- Paste custom public keys manually
37
-
- Generate new keypairs and deploy them
38
-
- Automatically append keys to ~/.ssh/authorized_keys with correct permissions
34
+
- Use default local public key (~/.ssh/id_ed25519.pub or ~/.ssh/id_rsa.pub)
35
+
- Paste custom public keys manually
36
+
- Generate new keypairs and deploy them
37
+
- Automatically append keys to ~/.ssh/authorized_keys with correct permissions
0 commit comments