Re: Can I do it using python?? about xterm and telnet
- From: Jim Segrave <jes@xxxxxxxxxxxx>
- Date: Sun, 02 Jul 2006 09:53:27 -0000
In article <1151814697.201988.17140@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
valpa <valpassing@xxxxxxxxx> wrote:
I'm a net admin for about 20 unix servers, and I need to frequently
telnet on to them and configure them.
It is a tiring job to open a xterm and telnet, username, password to
each server.
Don't use telnet. it's clumsy and has security issues.
Use ssh with RSA or DSA keys. Then you simply do:
ssh username@machine_name
in an xterm and you are loggedis as user username on server
machinename. It's vastly more secure and more reliable.
If you're talking about initial setup of a machine (OS installation or
whatever), our solution was to have a post-install CD or floppy which
fetched standard server configuration data. This included an ssh
public key for our ssh-key distribution, so after running the
post-install disc, we could push out staff ssh-keys and logins were
available.
--
Jim Segrave (jes@xxxxxxxxxxxxxx)
.
- Follow-Ups:
- References:
- Prev by Date: Re: Dictionary .keys() and .values() should return a set [with Python 3000 in mind]
- Next by Date: Re: Python CGI Scripting Documentation
- Previous by thread: Can I do it using python?? about xterm and telnet
- Next by thread: Re: Can I do it using python?? about xterm and telnet
- Index(es):
Relevant Pages
|