• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

AI, Linux, Cloud and DevOps

  • Home
  • Resources
    • Learn Linux
    • Articles
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me

ssh

Agent admitted failure to sign using the key ssh

May 28, 2013 by Sharad Chhetri 6 Comments

In new server today created a authorized_keys file in /root/.ssh/ directory. After doing ssh first time got the error – Agent admitted failure to sign using the key For solving this issue use the command ssh-add in client machine ssh-add Given below are the outputs from terminal. The solution pretty much straight simple. sharad@mypc:~$ ssh […]

Filed Under: Articles, SSH, Tips And Tricks Tagged With: ssh

How to enable direct ssh to EC2 linux instance without keypair file

March 29, 2013 by Sharad Chhetri 8 Comments

how to enable direct ssh to EC2 linux instance without keypair file To enable the direct ssh to linux EC2 instance without using keypair file we have to edit the sshd_config file. Follow the given below steps Step 1 : Login into linux EC2 instance with the help of keypair. Use the user name which […]

Filed Under: AWS Tagged With: ec2, ssh

Non interactive ,without typing password do ssh to Server : By sshpass

December 2, 2011 by Sharad Chhetri 1 Comment

Non interactive ,without typing password do ssh to Server : By sshpass Most of the time I found that there is always a question How to do ssh to Server without typing the passwd. I have one posted on bash scripting method with using expect command and there is one more method of passing RSA-DSA […]

Filed Under: Articles, SSH, Tips And Tricks Tagged With: ssh, sshpass

RSA key authentication in Linux : Passwordless login

November 28, 2011 by Sharad Chhetri Leave a Comment

In this post, we will learn how to configure the SSH RSA Key authentication in Linux servers. We will also setup the password less login between the servers.

Filed Under: Articles, SSH Tagged With: Passwordless login, ssh

Debian: Set non-interactive mode in apt / apt-get command

February 18, 2011 by Sharad Chhetri Leave a Comment

Debian

In this post, we will know how to do non-interactive apt install in Debian Operating System.
By this method you can skip the interactive query ask while doing apt or apt-get install command.

Filed Under: Articles, SSH, Tips And Tricks Tagged With: debian, linux command, ssh

  • « Go to Previous Page
  • Page 1
  • Page 2

Primary Sidebar

Articles

  • Install n8n docker in Ubuntu for practicing
  • Bash Script: MySQL Database backup to AWS S3
  • Automate no touch Jenkins setup wizard on docker (jcac)
  • How to run and configure Jenkins in Docker container
  • Complete Guide: How to install Nagios Monitoring on AlmaLinux / Rocky Linux
  • Install KVM on Ubuntu 24.04 LTS ( Bash Script )
  • How to install GIMP 2.10 on Ubuntu / Debian
  • 5 ways to check Ubuntu version of system (commands and GUI)
  • How To Solve Forgot MySQL / MariaDB Root Password
  • Create Self Hosted Build Agent Docker Image for Azure DevOps

Copyright © 2026 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From India.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy