How to enable key based authentication

Enable key based authentication 1. Generating Keys Key generator is available with Putty to generate private and public keys. You can download PuttyGen from here, download Putty.Gen. 1.1 Open PuttyGen and click on Generate button to create your keys. 1.2 Generate randomness to create keys. The key passphrase option enables additional security. 1.3 Save private […]

See More

How to install red5 on linux server

How to install red5 on linux server ? Ans : I have used following steps to install the red5 on linux server. root@server [] cd /etc/init.d/ root@server [] wget http://www.indianwebportal.com/downloads/red5 root@server [] chmod 755 red5 root@server [] yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel root@server [] cd /usr/src root@server [] rm -rf apache-ant-1.8.0-bin.tar.gz apache-ant-1.8.0 red5-0.8.0.tar.gz root@server [] […]

See More