Go to file
Fabrice Quenneville 173bffb260 Add SSH notes to repository
This commit introduces comprehensive SSH documentation, covering key management, connection methods, firewall configurations, and secure file transfer protocols. The new section includes:

- Instructions for connecting using specific SSH keys.
- Detailed SSH key management processes, including key generation and public key installation.
- Verbose mode usage for connection troubleshooting.
- Configuration guidelines for enabling root login and firewall settings with firewalld.
- Examples of SCP (Secure Copy Protocol) for secure file transfers.
- Commands for executing remote commands and testing SSH connections.
- Best practices for managing SSH aliases and updating known hosts.
- Steps for removing offending SSH keys from the known_hosts file.

These notes serve as a resource for efficient SSH usage and management, enhancing the overall functionality of the repository.
2024-10-23 13:28:34 -04:00
docsource Initial commit 2024-07-07 00:26:42 -04:00
notes Add SSH notes to repository 2024-10-23 13:28:34 -04:00
pages/errors Added default error pages 2024-07-07 01:59:53 -04:00
requests/errors Ajouté pages et requetes d'erreurs par défaut. 2024-07-30 22:25:07 -04:00
scripts Add script to remove audio tracks from video files using ffmpeg 2024-10-23 10:10:22 -04:00
.gitignore Initial commit 2024-07-07 00:26:42 -04:00
LICENSE Initial commit 2024-07-07 00:26:42 -04:00
README.md Initial commit 2024-07-07 00:26:42 -04:00
TODO.md Initial commit 2024-07-07 00:26:42 -04:00

scripts-fabq

scripts-fabq is a bash command line tool

Documentation

The documentation is available on the following link

Releases

Instalation instructions are found here.

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License