tel8618217223380 / jap

Automatically exported from code.google.com/p/jap
0 stars 0 forks source link

What's the difference between JAP_SSH_LOCAL and SSH-D? #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What's the difference between JAP_SSH_LOCAL and SSH-D?

Original issue reported on code.google.com by Fight4Fu...@gmail.com on 6 Dec 2012 at 5:00

GoogleCodeExporter commented 8 years ago
There is not much difference.

JAP_SSH uses the SSH protocol
JAP_SSH supports 2 authentication methods:
1) authentication with a username and password:
REMOTE_PROXY_SERVERS/AUTHENTICATION/USERNAME
REMOTE_PROXY_SERVERS/AUTHENTICATION/PASSWORD
2) authentication with a username and a RSA/DSA key:
REMOTE_PROXY_SERVERS/AUTHENTICATION/USERNAME
LOCAL_PROXY_SERVER/KEYS/PUBLIC/FILE
LOCAL_PROXY_SERVER/KEYS/PRIVATE/FILE
LOCAL_PROXY_SERVER/KEYS/PRIVATE/PASSPHRASE

you can have more than one RSA/DSA key (identity)

JAP_SSH authenticates the SSH server with the server fingerprint:
REMOTE_PROXY_SERVERS\KEY\AUTHENTICATION\FINGERPRINT

Original comment by jeroen.v...@gmail.com on 28 Dec 2012 at 10:15

GoogleCodeExporter commented 8 years ago

Original comment by goknmuse on 23 Jan 2013 at 8:40