Posted On April 1, 2019

Backup and Restore Prerequisites

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Backup and Restore Prerequisites
1. Remote machine is Centos and Local machine is Windows, install Cygwin (including “Admin,” “Base,” “Devel,” and “Net”)
2.  Create SSH key
#local machine$  ssh-keygen -t dsa
#remote machine$ ssh-keygen -t dsa
#remote machine$ vim ~/.ssh/authorized_keys
run as root, and enter the copied key from C:\cygwin\home\[username]\.ssh\id_rsa.pub
Edit /etc/ssh/sshd_config and uncomment:
RSAAuthentication yes
PubkeyAuthentication yes3.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install Chrome on Ubuntu 20.04

Ubuntu and its variants are pre-packaged with Mozilla's Firefox Web Browser. Although that is a…

Implement Docker & Portainer

Prerequisites:OS: base image Centos 7 Create network bridge from command line: # Network: x.x.x.128/26 Range:…

How to Add Printers on Linux Mint 20

Overview: The Common Unix Printing System (CUPS) is an open source printing system developed by…