Tagged articles
6 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Mar 3, 2021 · Information Security

Master SSH Key Authentication: Generate, Upload, and Use Keys Securely

This guide explains what SSH keys are, walks through the step‑by‑step process of key‑based login, shows how to generate keys with ssh‑keygen, manually add a public key to authorized_keys, and automate the upload using ssh‑copy‑id, including important security considerations.

LinuxSSHpublic key
0 likes · 10 min read
Master SSH Key Authentication: Generate, Upload, and Use Keys Securely
Open Source Tech Hub
Open Source Tech Hub
Jan 18, 2021 · Operations

Master SSH Key Authentication: Generate, Configure, and Secure Your Server Access

This guide explains why password‑based SSH logins are insecure, introduces asymmetric key concepts, walks through generating key pairs with ssh‑keygen, uploading public keys manually or via ssh‑copy‑id, using ssh‑agent and ssh‑add to manage passphrases, and disabling password authentication for hardened server access.

LinuxSSHkey authentication
0 likes · 14 min read
Master SSH Key Authentication: Generate, Configure, and Secure Your Server Access
Liangxu Linux
Liangxu Linux
Jan 26, 2020 · Fundamentals

Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar

This tutorial introduces six indispensable Linux command‑line tools—wget, scp, ssh‑keygen, chmod, tar, and alias—explaining their purpose, common options, and practical examples such as downloading files, transferring data securely, managing permissions, creating archives, and simplifying repetitive commands.

chmodcommand-linescp
0 likes · 8 min read
Master Essential Linux Commands: wget, scp, ssh-keygen, chmod, tar
ITPUB
ITPUB
Jan 9, 2020 · Fundamentals

Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases

This guide walks experienced command‑line users through six essential Unix utilities—wget, scp, ssh-keygen, chmod, tar, and alias—explaining their purpose, key options, and practical examples such as downloading files, secure copying, key generation, permission management, archiving, and command shortcuts.

AliasUnixchmod
0 likes · 8 min read
Master Essential Unix Commands: wget, scp, ssh-keygen, chmod, tar & Aliases