QUOTE:
What is not working are the parameters –l<username> and –pw<pass>.
Hi Beva,
You said:
| Code: |
C:\Progs\GraphOn\GO-Global TN>ggtn.exe -ssh -luser -pwpass uxbox1
|
This should be:
| Code: |
C:\Progs\GraphOn\GO-Global TN>ggtn.exe -ssh -l user -pw pass uxbox1
|
(There needs to be a space between the -l and the -pw and the username/password.)
QUOTE:
2. UnixBox
Command /opt/graphon/bin/ggtn yeld standard Authentication window.
(Expectation 2: I have expected that the parameters -l & -pw are used for Auth., because unused in SSH login process).
The UNIX 'ggtn' process does not use any of the commandline arguments I listed before; those are for the client only. It has only one optional argument, which is "-inetd" (intended to be used if ggtn is installed via inetd to listen on a network socket directly). This mode isn't recommended.
Hope this helps,
Troy