Skip to main content

ssh-server-admin

Enables secure remote management of Linux/Unix servers via SSH, supporting command execution, file transfers, and port forwarding.

Install this skill

or
21/100

Security score

The ssh-server-admin skill was audited on Feb 27, 2026 and we found 9 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29Get-ChildItem ~/.ssh/id_*.pub
low line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32ls -la ~/.ssh/id_*.pub
low line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49ssh-copy-id -i ~/.ssh/id_ed25519.pub [username]@[host]
low line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52cat ~/.ssh/id_ed25519.pub | ssh [username]@[host] "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
high line 29

Access to SSH directory

SourceSKILL.md
29Get-ChildItem ~/.ssh/id_*.pub
high line 32

Access to SSH directory

SourceSKILL.md
32ls -la ~/.ssh/id_*.pub
high line 49

Access to SSH directory

SourceSKILL.md
49ssh-copy-id -i ~/.ssh/id_ed25519.pub [username]@[host]
high line 52

Access to SSH directory

SourceSKILL.md
52cat ~/.ssh/id_ed25519.pub | ssh [username]@[host] "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
high line 297

Prompting for password/secret input

SourceSKILL.md
297- If password auth on Windows → Use Python helper script or prompt user
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →