PostsProjectsAbout
Posts
Composer (2) DigitalOcean (1) Docker (6) Git (2) Ionic (1) Laravel (6) Let's Encrypt (1) Namecheap (1) Nginx (6) Node.js (1) Nuxt (1) PHP (9) PM2.IO (1) Redis (1) SSH Key (2) Visual Studio Code (2) Vue.js (1) WSL (4) Xdebug (2)
SSH Key
Thursday, December 26, 2024Manage multiple SSH accounts
GitSSH Key

This guide explains how to manage multiple SSH accounts by configuring different SSH keys for each account in the ~/.ssh/config file, testing the connection, and using the configured host in Git URLs when adding remote repositories.

Monday, December 16, 2024Generate a new SSH key
GitSSH Key

This guide explains how to generate a new SSH key using the ed25519 algorithm for secure GitHub authentication. The ed25519 algorithm is recommended for its enhanced security and better performance compared to RSA.