On Wednesday 13 February 2002 9:46 pm, Cameron Kerr wrote: > On Wed, 13 Feb 2002, Jay Mallar wrote: > >spawn telnet <ip here> > >sleep 5 > >send "login <name here>" > >sleep 5 > >send "<pass here>" > > Look at the docs (man expect) for log_user, and interact
I've been reading the man page all day. If it made sense to those of us that don't know exactly how a kernel interfaces with a tty/pty/xterm, I wouldn't be asking. :) I've also checked out all the resources on the net I could find - short of ordering the O'Reilly book. But - I'll look again. :) > > >Starting up three xterms isn't a problem, but automating the logins is.. > > Is there any reason you can't do it the right way and use ssh, with > ssh-agent? My host doesn't provide ssh, as far as I know. > > Cameron Kerr