Ssh is an alternative for telnet which is safe compared to telnet one can use it for remote login which is highly secured
Normally ssh client will be there in side Linux os you have to install ssh server
main configuration file is
vi /etc/ssh/sshd_config
Here you can mention
1. What port to use
2.what kind of key you want to use (Rsa or dsa)
3.Add users who wants to access the system
4.Gui forwarding
5.Can use password as well passphrase (Better is pass phrase)
6.start sshd service (/etc/init.d/sshd start)
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
-
Command to Run setcap 'cap_net_bind_service=+ep' /opt/apache/bin/httpd httpd is the custom script i made to run apache.
-
This is mainly for system that is not connected to internet directly , all you have to do is search for below rpm's download it to your...
-
Comparing openssl key/csr/crt is useful to make sure signature between key/csr/crt are same openssl x509 -noout -modulus -in certificat...
No comments:
Post a Comment