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
<p>SSH Studio is a native GTK 4 desktop app for managing your SSH config. It provides a friendly interface to create, edit, and validate SSH hosts without diving into terminal editors.</p>
10
-
<p>Features include:</p>
11
-
<ul>
12
-
<li>Visual host editor – Fill in common fields like Host, HostName, User, Port, and IdentityFile with ease.</li>
13
-
<li>Inline validation – Duplicate aliases, invalid ports, and syntax errors are caught instantly.</li>
14
-
<li>Search and filter – Quickly locate hosts by alias, hostname, user, or identity.</li>
15
-
<li>Raw and Diff view – Edit the raw ssh_config text with live diff highlighting.</li>
16
-
<li>Quick actions – Copy a SSH command, test a connection, or revert changes in one click.</li>
17
-
<li>SSH key management – Import, generate, and manage your keys directly in the app.</li>
18
-
<li>Safe saves – Configurable automatic backups and atomic writes to protect your configuration.</li>
19
-
<li>Designed for GNOME – Smooth GTK 4 interface with dark style preference, keyboard and mouse friendly.</li>
20
-
</ul>
9
+
<p>SSH Studio is a native desktop application for managing SSH configuration files. It provides a user-friendly interface to create, edit, and validate SSH hosts without needing to use terminal editors.</p>
10
+
<p>The application offers both visual and text-based editing modes. The visual editor lets you fill in common SSH fields like Host, HostName, User, Port, and IdentityFile with form-based inputs. For advanced users, the raw text editor provides direct access to the configuration with live syntax validation and diff highlighting.</p>
11
+
<p>Key features include inline validation to catch duplicate aliases and syntax errors, search and filtering capabilities, SSH key management tools, and safe saving with automatic backups. The interface is designed for GNOME with support for both light and dark themes.</p>
<p>This release introduces improved icon design and enhanced visual consistency. The application now features updated branding colors and better integration with GNOME's design language.</p>
0 commit comments