If it's between two linux boxes, then do:
And you dont need any password when connecting from source.server to target.server.Code:source.server $ > ssh-keygen -t rsa (Dont put in any password when asked) source.server $ > ssh-keygen -t dsa (Dont put in any password when asked) source.server $ > scp .ssh/id_[rd]sa.pub target.server: source.server $ > ssh target.server.com target.server $ > cat id_dsa.pub >> .ssh/authorized_keys2 target.server $ > cat id_rsa.pub >> .ssh/authorized_keys
Altho I have no idear if this will work with windows<->linux situations.


Reply With Quote
Bookmarks