-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathio.github.frequency403.openssh_gui.metainfo.xml
More file actions
49 lines (42 loc) · 1.75 KB
/
io.github.frequency403.openssh_gui.metainfo.xml
File metadata and controls
49 lines (42 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.frequency403.openssh_gui</id>
<name>OpenSSH GUI</name>
<summary>A graphical user interface for OpenSSH key management</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
An intuitive graphical interface for OpenSSH, designed for Windows, Linux, and Mac users. Built entirely in
C#, this open-source tool simplifies managing SSH connections, keys, and configurations.
</p>
<p>
Whether you're a network administrator, developer, or a casual user, OpenSSH-GUI eliminates the
complexity of command-line SSH interactions while retaining the power of OpenSSH. Explore a streamlined
experience for secure remote access and system management.
</p>
<p>
Empower your workflow today with OpenSSH-GUI.
</p>
</description>
<launchable type="desktop-id">io.github.frequency403.openssh_gui.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/frequency403/OpenSSH-GUI/master/images/NewMainUI.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/frequency403/OpenSSH-GUI/master/images/MainWindow.png</image>
</screenshot>
</screenshots>
<icon type="stock">openssh-gui</icon>
<releases>
<release version="0.0.0" date="1970-01-01"/>
</releases>
<categories>
<category>System</category>
<category>Security</category>
</categories>
<provides>
<binary>openssh-gui</binary>
</provides>
</component>