What Is OpenSSH
What Is OpenSSH
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. IT encrypts all traffic to
eliminate eavesdropping, OpenSSH provides a large suite of secure tunneling capabilities, several
authentication methods, and sophisticated configuration options.
OpenSSH
#vi /etc/ssh/sshd_config
permitRootLogin no
Disable Firewall
Disable SELinux
Success
#firewall-cmd –reload
Success
SSH File Transfer (SFTP)
#sftp [email protected]
[email protected]’password:
sftp>
sftp>ls-alh
sftp>lls-alh
sftp>ls-alh
sftp>put *.txt
sftp>get *.txt
#scp [email protected]:/home/sharthu/test.txt./test.txt
[email protected]’s password:
name@mci’s password: