In one of the largest software M&A ever, IBM has paid US$34 billion in cash to acquire the Enterprise opensource…
Tag redhat
1. On Server 1 (192.168.1.67) ssh-keygen -t rsa cd .ssh/ scp -r id_rsa.pub root@192.168.1.68:/root/.ssh/authorized_keys 2. On Server 2 (192.168.1.68) ssh-keygen…