SSH auto login from lzheng@a to lzheng@b
login into A as lzheng
ssh lzheng@a
Generate ssh authentication key pair:
ssh-keygen -t rsa -b 1024
Append public key to b@B
SSH auto login from lzheng@a to lzheng@b
login into A as lzheng
ssh lzheng@a
Generate ssh authentication key pair:
ssh-keygen -t rsa -b 1024
Append public key to b@B