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

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

SSH

how to deny root ssh access in linux server

June 30, 2013 by Sharad Chhetri Leave a Comment

how to deny root ssh access in linux server For security point of view we generally restrict root direct ssh access in server.But keep in mind you also must have user who can access the server other than root. So before doing this practical ,check if you have access to server with other user or […]

Filed Under: Linux, SSH Tagged With: ssh

Change the default port number of ssh server

June 25, 2013 by Sharad Chhetri Leave a Comment

Change the default port number of ssh server SSH Default Port no. = 22 To change the default port number of ssh server hardly takes a few steps but with the point of security it is important to change the default port no. 22 After this you can also use the anti port scan script […]

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

SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

June 3, 2013 by Sharad Chhetri Leave a Comment

REMOTE HOST IDENTIFICATION HAS CHANGED

When you try to ssh the another remote Linux/Unix machine , you might have encountered with the WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! . This message we have often seen when we work in Linux machines. In this post we have provided the Reason and Solution on this Warning. root@tuxworld:/tmp# ssh 10.10.0.16 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: […]

Filed Under: Linux, SSH, Tips And Tricks Tagged With: ssh, troubleshooting

How To Get SSH Public Key Fingerprint Information

June 3, 2013 by Sharad Chhetri Leave a Comment

ssh public key fingerprint

Long time ago one of my U.S system admin was very security conscious. He asked me to create id_rsa.pub key in server. I created the key with ssh-keygen -t rsa command. And send it him through encrypted email. Next day he wrote me ,what is the ssh key fingerprint ? First let’s have some introduction. […]

Filed Under: Linux, Linux Commands, SSH, Tips And Tricks Tagged With: linux command, 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: Linux, SSH, Tips And Tricks Tagged With: ssh

scp command not found in CentOS and Red Hat

December 30, 2012 by Sharad Chhetri Leave a Comment

After doing minimal installation of CentOS 6.3 server ,we were not able to do scp from my client machine to CentOS server.It was simply showing the error – “scp command not found”. This thing has happened earlier when we have used the CentOS 6. When it was occur last time with us in CentOS 6.0 […]

Filed Under: Linux, SSH Tagged With: scp

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to put slider shortcode only in home page in WordPress

Password prompt in single user mode is not secure : CentOS/Red Hat

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

How to zip the directory in linux with command line

rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server

postgres database backup script using database user password inside

How to change smtp port number 25 in postfix

Explore 90+ Article On "Linux Tips And Tricks"

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

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