* Chris Jones had this to say on [24 Dec 2009, 10:42:38 -0500]:
> On Tue, Dec 08, 2009 at 04:33:30AM EST, Sadrul Habib Chowdhury wrote:
> > * Chris Jones had this to say on [08 Dec 2009, 03:40:31 -0500]:
> > > On Mon, Dec 07, 2009 at 11:08:02PM EST, Sadrul Habib Chowdhury wrote:
> > >
> > > > I ha
Dustin Kirkland 2009-12-22 10:42:
> On Mon, Dec 21, 2009 at 10:33 AM, Sadrul Habib Chowdhury
> wrote:
> > I don't think there will be much of a problem using dynamic malloc in the
> > current code. However, it can be problematic for when we merge in the
> > scripting support. For example, a scrip
On Thu, 24 Dec 2009 16:37:14 +0530, Pandurangan R S
wrote:
>> I am using expect command to do auto ssh login
>
> Expect is not a good choice to do this.
>
> Instead it is better to use SSH Key authentication. See
> http://sial.org/howto/openssh/publickey-auth/
>
> You can use empty passphrase
Hello,
I have done a lot of google search , read the man pages but still not
found the solution. Please help. we can customize screen configuration
with .screenrc but how can we execute those options directly with screen
command option ? For an example we can define hardstaus in .screenrc, if
th
On Tue, Dec 08, 2009 at 04:33:30AM EST, Sadrul Habib Chowdhury wrote:
> * Chris Jones had this to say on [08 Dec 2009, 03:40:31 -0500]:
> > On Mon, Dec 07, 2009 at 11:08:02PM EST, Sadrul Habib Chowdhury wrote:
> >
> > > I have checked in a fix for this (revision e8d36bf1) [1]. It'd be
> > > great
Can't you use an ssh connection to do it from home(Your office -> your home
-> screen -> program X)? I suppose they won't open a port in the office
specially for your screen session to be controlled from home.
Groeten,
Thijs
On Wed, Dec 23, 2009 at 12:04 PM, J. Bakshi wrote:
> Hello list,
>
>
> I am using expect command to do auto ssh login
Expect is not a good choice to do this.
Instead it is better to use SSH Key authentication. See
http://sial.org/howto/openssh/publickey-auth/
You can use empty passphrase (not recommended, but better than using
expect) or use ssh-agent (recommende
J. Bakshi wrote:
> Hello list,
>
> I am using expect command to do auto ssh login. It is working well with
> screen like
>
> ` ` `
> spawn ssh '$ssh_Server' -t "screen -aUS '$ssh_Server' -dR bash -l"
> expect "*assword:"
> send '$PASSWORD'
> send "\r"
> interact'
> ` ` `
> All OK.
>
> Now I am
Hello list,
I am using expect command to do auto ssh login. It is working well with
screen like
` ` `
spawn ssh '$ssh_Server' -t "screen -aUS '$ssh_Server' -dR bash -l"
expect "*assword:"
send '$PASSWORD'
send "\r"
interact'
` ` `
All OK.
Now I am trying to do a screen fail over, so that if
J. Bakshi wrote:
> Hello list,
>
> I have tried "screen -ls" but not found anything useful.
Mistake. Sorry. not "screen -ls" but "screen --h"
> I like to
> use the following .screenrc option with screen command option
>
> ` ` `
> # for locale charset
> setenv LC_CTYPE en_US.UTF-8
>
> hards
Hello list,
I have tried "screen -ls" but not found anything useful. I like to
use the following .screenrc option with screen command option
` ` `
# for locale charset
setenv LC_CTYPE en_US.UTF-8
hardstatus alwayslastline
hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{=
kG}%
11 matches
Mail list logo