ssh-keygen -t dsa
Remote (the computer to log in):
cat ~/.ssh/id_dsa.pub | ssh -l REMOTE_USER REMOTE_SERVER 'cat >> ~/.ssh/authorized_keys'
That's it!
ssh-keygen -t dsa
cat ~/.ssh/id_dsa.pub | ssh -l REMOTE_USER REMOTE_SERVER 'cat >> ~/.ssh/authorized_keys'
float x = Float.NaN Float X = new Float(x) System.out.println(x == x) // false System.out.println(X.equals(X)) // true