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 jpt
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 problem
I've upgraded to leopard on my G4 powerbook, and installed openssh. If
I run ssh from macports I get an error: "percent_expand: NULL
replacement". /usr/bin/ssh still works though. Do any have any idea
what could be causing the error?
Incidentally, the reason why I'm installing openssh is th
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, autho