1.5.3


Old Stuff

 www.your-freedom.net
 www.secure-tunnel.com

Ticket #115 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Identity file names not passed.

Reported by: sje@rlg.org Assigned to: andrei
Priority: normal Milestone: AlmostVPN 0.9.11
Component: PreferencePanel Version: 0.9
Severity: blocker Keywords:
Cc:

Description (Last modified by andrei)

Notice that there's nothing following the "-i" parameter. I did configure it on the "Accounts" tab.

From the log file:

<code>
01/18/06 13:33:41[23305] Wed Jan 18 13:33:41 PST 2006 +====================================================================================================+
01/18/06 13:33:41[23305] My PID      : 23305
01/18/06 13:33:41[23305] Who Am I    : SJE_RLG  tty??    Jan 18 13:33 
01/18/06 13:33:41[23305] OS          : Tiger
01/18/06 13:33:41[23305] Base DIR    : /Users/SJE_RLG/Library/PreferencePanes/AlmostVPN.prefPane/Contents/Resources
01/18/06 13:33:42[23305] Working DIR : /Users/SJE_RLG/Library/Application Support/AlmostVPN
01/18/06 13:33:42[23305] profile     : not set
01/18/06 13:33:42[23305] Tool        : /Users/SJE_RLG/Library/PreferencePanes/AlmostVPN.prefPane/Contents/Resources/almostVPNTool
01/18/06 13:33:42[23305] Timeout     : 20
01/18/06 13:33:42[23305] Sessions    : 1
01/18/06 13:33:42[23305]   sje@exp2.rlg.org  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"  "-o" "ConnectTimeout=20" "-o" "TCPKeepAlive=yes" "-o" "ServerAliveInterval=15" "-o" "ServerAliveCountMax=4" "-p" "22" "-i" "-l" "sje" "204.152.103.15" "exit"
01/18/06 13:33:42[23305] Options     :
01/18/06 13:33:42[23305] +user SJE_RLG +timeout 20 +test sje@exp2.rlg.org xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -o ConnectTimeout=20 -o TCPKeepAlive=yes -o ServerAliveInterval=15 -o ServerAliveCountMax=4 -p 22 -i -l sje 204.152.103.15 exit
01/18/06 13:33:42[23305] Wed Jan 18 13:33:42 PST 2006 -====================================================================================================-
01/18/06 13:33:42[23305] testSSH  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"  "-o" "ConnectTimeout=20" "-o" "TCPKeepAlive=yes" "-o" "ServerAliveInterval=15" "-o" "ServerAliveCountMax=4" "-p" "22" "-i" "-l" "sje" "204.152.103.15" "exit"
</code>

Attachments

Picture 1.png (90.6 kB) - added by sje@rlg.org on 01/18/06 16:41:31.
Screen shot (PNG)

Change History

01/18/06 16:41:31 changed by sje@rlg.org

  • attachment Picture 1.png added.

Screen shot (PNG)

01/18/06 16:53:42 changed by andrei

  • description changed.

If you "click" on the account entry in the Accounts list on Accounts tab, do you see proper value displayed in text field next to -i checkbox? What is the value? How did you "configured" it ( typed it in manually or use file selection dialog )?

01/18/06 18:12:38 changed by andrei

  • status changed from new to closed.
  • resolution set to fixed.

There are two problems here.

  1. If AlmostVPN fails to find identity file with one of standard names (id_rsa, id_dsa, identity) it will create bogus "-i" option with empty file name,
  2. Changing identity file name with File Selection Dialog update text field, but not configuration data (basically it is getting ignored)

Both problems are fixed for 0.9.10.

Fixed binaries available as hot fix 0.9.9+ at http://www.leapingbytes.com/downloads/almostvpn/

01/18/06 18:12:55 changed by andrei

  • milestone changed from AlmostVPN 0.9.9 to AlmostVPN 0.9.10.