The idea was :
use two servers; server1, and server2
create user: user1 in both server1 and server2
use nmtui to assign IP Addresses to both
use ifdown and ifup to check if IPs are assigned properly
change /etc/hosts and add the server ips and names
use ping to know that you can reach each other
use ssh-key gen to create key files
use ssh-copy-id to transfer public key file to remote hosts
then use ssh commands to reach to without passwords
try scp and sftp : to copy files/folder to and from
Then use TCP wrappers to allow or deny remote hosts, users, or domains
SSH:
2 useradd user1
3 passwd user1
4 ip addr
5 nmtui
6 vim /etc/hosts
7 ping server2
8 ip addr
9 nmtui
10 ifdown ens33
11 ifup ens33
12 ping 192.168.1.200
13 vim /etc/hosts
14 ping server2
15 su user1
ssh-keygen
1 ssh server2 /bin/ls -l
2 scp file1 server2:
3 touch file1
4 scp file1 server2:
5 scp server2:/usr/bin/zip .
7 sftp server2
8 su root
10 w
11 last
13 tail /var/log/secure
15 sudo tail /var/log/secure
19 getcwd
24 ssh-keygen
27 ssh-copy-id -i ~/.ssh/id_rsa.pub server2
31 vim .ssh/authorized_keys
32 ssh server2
———————
TCP wrappers
/etc/hosts.allow : to allow to services from whom
/etc/hosts.allow : to deny to services from whom
Install TCP Wrappers. I used rpm as I turned off internet in the VMware workstation I used
27 rpm -ivh tcp_wrappers*
28 yum info tcp_wrappers
29 ls /etc/hosts.allow
30 vim /etc/hosts.allow
30 vim /etc/hosts.allow
example rules on hosts.allow
All:All
All:user1
All:user1@server2
All:.justetc.com
sshd:LOCAL
vsftpd:192.168.1.200
All Except sshd:192.168.1.200 From: http://sitestree.com/?p=11978
Categories:DevOps
Tags:
Post Data:2017-12-15 12:37:07
Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada