Re: ssh percent_expand: NULL replacement

2007-11-01 Thread Troy Telford
You're not the first with this problem. There is a ticket filed in the MacPorts database: http://trac.macports.org/projects/macports/ticket/13046 The following is shamelessly pulled from an earlier posting (courtesy of jptix, whom gives credit to Allan Odgaard.): The solution to this

Re: ssh percent_expand: NULL replacement

2007-11-01 Thread Kendall Shaw
That works. Thanks. On Nov 1, 2007, at 12:03 PM, Troy Telford wrote: You're not the first with this problem. There is a ticket filed in the MacPorts database: http://trac.macports.org/projects/macports/ticket/13046 The following is shamelessly pulled from an earlier posting (courtesy of

Re: ssh: percent_expand: NULL replacement

2007-10-28 Thread jptix
The solution to this problem is to use the -i flag when connecting to the server: ssh [EMAIL PROTECTED] -i ~/.ssh/id_dsa You can also make this permanent for all servers by adding this line to your ~/.ssh/config: IdentityFile ~/.ssh/id_dsa The above solution is courtesy of Allan Odgaard,