Skip to primary content
Skip to secondary content

Angel's Place

A little from everything

Angel's Place

Main menu

  • Home
  • About
  • Microsoft Azure Blog

Daily Archives: June 2, 2023

Adding SSH Key to SSH Agent

Posted on June 2, 2023 by Angel
Reply

Check if SSH Agent is running

eval "$(ssh-agent -s)"

Add the Keys to SSH Agent

ssh-add ~/.ssh/nameofkey

Verify Keys Added to SSH Agent

ssh-add -l

Copy Key to Remote Server

ssh-copy-id user@remote.server.location

Copy Server Key to Host

ssh-copy-id user@host.local

If you see a warning “Permission 0664 for ‘key_id’ are too open”, do this:

chmod og-rw key_id

Originally posted here:

https://www.linkedin.com/pulse/adding-ssh-key-agent-eduardo-robles/

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)
  • More
  • Click to share on Reddit (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
Posted in Uncategorized | Tagged SSH, ssh key | Leave a reply

Prometheus Monitoring – Steps to monitor third-party apps using Prometheus Exporter | Part 2

Posted on June 2, 2023 by Angel
Reply
  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to email a link to a friend (Opens in new window)
  • Click to print (Opens in new window)
  • More
  • Click to share on Reddit (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
Posted in Docker | Tagged Graphana, monitoring, Prometheus | Leave a reply

Archives

Categories

Tags

  • .Net (4)
  • asp.net core (5)
  • Azure (26)
  • Azure DevOps (4)
  • Backup (4)
  • container (3)
  • Cooking (6)
  • dd-wrt (9)
  • docker (25)
  • Entware (5)
  • Fire TV (6)
  • freenas (15)
  • gardening (3)
  • gimp (3)
  • Git (7)
  • Greece (6)
  • IIS (3)
  • IoT (4)
  • iptables (3)
  • Kubernetes (6)
  • Linode (3)
  • linux (6)
  • OpenVPN (7)
  • pfSense (4)
  • Pi-hole (4)
  • Plex (6)
  • Portainer (4)
  • Prometheus (4)
  • Proxmox (6)
  • Raspberry Pi (3)
  • RDP (6)
  • site-to-site VPN (7)
  • sitecore (18)
  • SQL Server (5)
  • SSH (6)
  • SSL (4)
  • Strong Swan (3)
  • Synology (16)
  • Travel (6)
  • TV (3)
  • Ubuntu (17)
  • vpn (6)
  • Youtube (4)
  • ZFS (3)
  • ZoneMinder (3)

RSS feed RSS - Posts

RSS feed RSS - Comments

Proudly powered by WordPress