Tag: Private Key
-
Run Remote Commands with SSH and Certificate Authentication on Linux / macOS Terminal
1. Ensure SSH Key-Based Authentication Is Set Up Before proceeding, make sure you have SSH key-based authentication set up between your local machine and the remote server: By default, this creates the keys in ~/.ssh/id_rsa (private key) and ~/.ssh/id_rsa.pub (public key). You can use ssh-copy-id: Or, manually append the public key to the ~/.ssh/authorized_keys file… Read more…
-
Using cURL to Upload and Download Files via the SFTP Protocol
cURL is a powerful command-line tool that enables developers to transfer data between systems using various protocols, including SFTP (Secure File Transfer Protocol). With its flexibility and ease of use, cURL provides an efficient way to upload and download files from SFTP servers without requiring additional software or libraries. This article explores how to leverage… Read more…
-
Converting Certificates Using OpenSSL on Windows Platform
Download and install Win64/Win32 OpenSSL first The Win64/Win32 OpenSSL Installation Project is dedicated to providing a simple installation of OpenSSL for Microsoft Windows. It is easy to set up and easy to use through the simple, effective installer. No need to compile anything or jump through any hoops, just click a few times and it… Read more…