No description
| cmd | ||
| examples | ||
| man | ||
| .gitattributes | ||
| .shellcheckrc | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| publiccode.yml | ||
| README.md | ||
| test.sh | ||
ssh-tools
Making SSH more convenient
| Tool | Description |
|---|---|
| ssh-ping | Check if host is reachable using ssh_config |
| ssh-last | Like last but for SSH sessions |
| ssh-certinfo | Shows validity and information of SSH certificates |
| ssh-force-password | Enforces password authentication |
| ssh-keyinfo | Prints keys in several formats |
| ssh-hostkeys | Prints server host keys in several formats |
| ssh-facts | Get some facts about the remote system |
| ssh-diff | Diff a file over SSH |
| ssh-version | Shows version of the SSH server you are connecting to |
| ssh-pwd | Quickly echo path to use for scp, rsync |
| ssh-authorized-keys | Collects info from authorized_keys files from every user it can find |
| ssh-sig | Make ssh-keygen -Y easier to use |