How to auto telnet the server from another server?


 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions How to auto telnet the server from another server?
# 8  
Old 05-30-2011
Quote:
Originally Posted by atul9806
On my server . there is not install except and I have to do telnet/ssh, can you please help me to write a ssh script which can able to do so ???
ssh is much easier to automate than telnet. It comes with the ability to do noninteractive logins built in. You'll find passwordless ssh tutorials all over the internet. The gist is, you have to create a key for the server to recognize you with before noninteractive logins will work.

Once it does work you can do ssh username@host command and it will run that command
# 9  
Old 06-03-2011
I honestly don't understand what in the above provided solution isn't working for you...no I don't think you should do it through 'ssh' if there is no specific reason to use Secure Socket.

Telnet should (and actually does) work just fine .

I've used it for something and it is working flawlessly.

I'll give you a step-by-step walkthrough/example below and we'll take it from there...

I'll enable telnet on my computer ,create a unixforum user,give him a password, run a command-line script, login in via telnet with the unixforum user , execute a 'pwd',an 'ls', exit from telnet and then disable telnet and delete the user.

let's go!!!

Code:
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ svcs -a | grep telnet
disabled       15:29:03 svc:/network/telnet:default
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ svcadm enable  svc:/network/telnet:default
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ svcs -a | grep telnet
online         15:29:20 svc:/network/telnet:default
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ ls -l
total 3
-rwx------ 1 michnmi staff  89 2011-06-03 13:31 a.txt
-rw-r--r-- 1 michnmi staff 637 2011-06-03 13:41 my.log
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ pfexec useradd -d /export/home/unixforum -m unixforum
UX: useradd: unixforum name too long.
80 blocks
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ pfexec passwd unixforum
New Password: 
Re-enter new Password: 
passwd: password successfully changed for unixforum
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ (sleep 1; echo "unixforum";sleep 1 ; echo "password"; sleep 2 ; echo 'pwd'; sleep 2 ; echo 'ls -la'; sleep 1) | telnet localhost
Trying ::1...
Connected to OpenSolaris.
Escape character is '^]'.
login: unixforum
Password: 
Oracle Corporation      SunOS 5.11      snv_151a        November 2010
unixforum@OpenSolaris:/export/home/unixforum$ pwd     
/export/home/unixforum
unixforum@OpenSolaris:/export/home/unixforum$ ls -la
total 11
drwxr-xr-x 2 unixforum other   8 2011-06-03 15:32 .
drwxr-xr-x 7 root      root    7 2011-06-03 15:31 ..
-rw-r--r-- 1 unixforum other 280 2011-06-03 15:31 .bashrc
-rw-r--r-- 1 unixforum other 530 2011-06-03 15:31 .profile
-rw------- 1 unixforum other  16 2011-06-03 15:32 .sh_history
-rw-r--r-- 1 unixforum other 960 2011-06-03 15:31 local.cshrc
-rw-r--r-- 1 unixforum other 988 2011-06-03 15:31 local.login
-rw-r--r-- 1 unixforum other 927 2011-06-03 15:31 local.profile
unixforum@OpenSolaris:/export/home/unixforum$ Connection to OpenSolaris closed by foreign host.
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ 
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ svcadm disable  svc:/network/telnet:default
michnmi@OpenSolaris:~/Documents/Scripts/Unix.comForum$ svcs -a | grep telnet
disabled       15:44:34 svc:/network/telnet:default

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Cybersecurity

Web Server Allows Password Auto-Completion

Hi, After running 'nessus' tool to find the Vulnerability in server OS - RHEL 5 we got " Web Server Allows Password Auto-Completion (PCI-DSS variant)" link for description provided by tools - report Nessus Plugins | Tenable Network Security I have checked - Their is only... (1 Reply)
Discussion started by: saurabh84g
1 Replies

2. Shell Programming and Scripting

how do I infinite loop (reconnect) to auto disconnect telnet server

I want the text based Star Wars movie at towel.blinkenlights.nl to loop infinitely. It plays the movie and then disconnects my session? Can anyone think of a way to make my unix machine automatically reconnect over and over? EDIT no commands are required are the connection its just in and... (3 Replies)
Discussion started by: herot
3 Replies

3. Homework & Coursework Questions

How to auto telnet the server from another server

Hi All, I have a problem with auto telnet script, but I want to tell u something a) I am only a member access on the server, so not able to access 'root' account b) not able to install any software on server 3) On server, there is not install 'except' 1. The problem statement, all variables... (0 Replies)
Discussion started by: atul9806
0 Replies

4. Shell Programming and Scripting

How to auto telnet the server from another server using script

Hi All, I have a problem with auto telnet script, but I want to tell u something a) I am only a member access on the server, so not able to access 'root' account b) not able to install any software on server 3) On server, there is not install 'except' I have to write a script, which is ran... (0 Replies)
Discussion started by: atul9806
0 Replies

5. Solaris

Sun Server auto ping to 0.0.0.0

Hi All, 3 of my SAP sun server are continuosly pinging to the network address 0.0.0.0. I have no idea how this can happen, but they have something in common. All of them are clustered environment (Veritas Cluster). Anyone can help? rgds, (5 Replies)
Discussion started by: ronny_nch
5 Replies

6. Ubuntu

Problem to auto mount on NFS server

I am new in Ubuntu and i use Ubuntu 7.10, and have problem to mount automatic when i reboot computer, Here is my /etc/fstab 192.168.0.91:/home/DATA/it /home/USER/usertest/Documents/Z nfs defaults 0 0 I try many option in that line, but the result is same, I cannot automatic mounting the... (5 Replies)
Discussion started by: blesets
5 Replies

7. Programming

Auto FTP from UNIX to Windows Server

Hi, I am a not strong programmer and now my boss ask me how should I do a job to automated FTP that have error check. I know about: * using system() to call a command to trigger ftp in C Coding. The senarios as follows: 1. FTP the file(s) (e.g ELA_20060407.dat) to a given LAN server... (1 Reply)
Discussion started by: songtam
1 Replies

8. Shell Programming and Scripting

Auto FTP to a server

Hi, I am trying to automate FTP login to a remote server and put a file there. But no matter what i do, It still is aksing me for the login and password although i have it defined in the variable. Could you tell me what is wrong with this script. I am doing this on SUN server. Pls... (11 Replies)
Discussion started by: systemali
11 Replies

9. UNIX for Dummies Questions & Answers

Sun solaris server auto reboots

Hi Guys, For the past month, our sun solaris server has rebooted itself 3 times. The sysadmin is saying that is not a sun issue and does not want to carry out any further research with sun about that. The db logfile does not show anything about any db issues at that time. I opened an oracle TAR... (3 Replies)
Discussion started by: mnjanje
3 Replies
Login or Register to Ask a Question