[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plink to a CentOS box
From: |
Michael Albinus |
Subject: |
Re: plink to a CentOS box |
Date: |
Tue, 14 Apr 2009 15:11:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) |
Stewart Bryson <address@hidden> writes:
> Thanks Michael.
Hi Stewart,
The problem is your shell prompt on the CentOS machine:
[alaldwps003.choicepoint.net]:
It does not match `tramp-shell-prompt-pattern'. Either you change the
prompt there, or you adapt `tramp-shell-prompt-pattern', for example
like this:
(setq tramp-shell-prompt-pattern "^[^]#$%>\n]*[]#$%>]:? *\\(\\[[0-9;]*[a-zA-Z]
*\\)*")
Best regards, Michael.