Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested SSH / Telnet Software Solutions: 26 - 50 of 172
 
why we telnet to port 443 or 80. what we check from these telnet connections
I  have a client who has AS400 and trying to sftp files over and its failing with this: sftp -vvv abcdefr@xxxxx.com                                                           Connecting to...
Ihave installed RH4WS 32 bit and I am having a problem not encountered before. I have a static IP address of 162.182.8.114 If I "echo $DISPLAY" it returns ":0.0" If I enter "xterm&" an xter...
I don't know why the script at http://www.geckotribe.com/php-telnet/ does not work. I tried to $telnet = new PHPTelnet(); $result = $telnet->Connect('10.236.4.0','abcdefg','password...
is it possible to filter mac address using iptables with the this scenario? I have an ssh server what I want is to filter the MAC addresses of people who can connect. But these computers are n...
Hello, I have setup SSHv2 on my Cisco 2811 rtr and I am trying to use secure CRT to access it, however I cannot.  I guess I don't know the proper settings or something.  I used Putty on the sa...
Unfortunately im sitting in between two suppliers so i dont have all the necessary OS info to hand but hopefully it wont matter too much as this is an SFTP question. The situation is such t...
I am using solaris 8 sparc Operating system. Its has sftp installed and expect and tcl package also installed. Now I need to write a script   and automate sftp . I need a script which includes...
Hi, I need to write a script that connects to my firewall (a Netscreen 25) and sends it a single command (a manual DNS refresh). I've been guided so far to use Putty/Plink, but have got stu...
All.... here is my log..... Steps 1. ssh-keygen  -t rsa ,2 keys formed 2. copy .pub file to unix server 3.cp *.pub authorized_keys   chmod 600 authorized_keys   cp id_rsa.pub authorized_...
Is there some sorta command i can run from SSH on a Red HAT linux server which will let me see the servers specs?    OS version,  CPU speed (for sure) .Memory, Hard drives.  I'm have a feeling...
Hello, I am writing a j2ssh client which reads scripts to be run via ssh for health checks etc.  I have an SSHWrapper class which looks after connetion, authetication etc and also have an e...
Irecently install OpenSSH on a Clean AIX 5.3 box.  SSH is working but it will only allow root to login.  I know I have to modify thee sshd_conf file but I do not know 1) what has to be changed...
So. We have OpenSSH on our servers. In an application I wrote, we make a connection to that server using Plink in a batch. However, at first connect, it will ask us if you want to accept ...
I am trying to use telnet to access a linux box.  I know I should be using SSH (which I use personally), however my boss wants telnet.  How do I configure the linux box to accept the telnet re...
Hi all. For my management stuff I'm used to write scripts which execute remote command on a Cisco router by mean of the good-old "rsh" utility. The Cisco configuration is straightforward and ...
HOW TO INCREASE THE SSH TIMEOUT. IT GETS DISCONNECTED IF THE SESSION IS INACTIVE FOR SOME TIME
I have been faced with an intiresting challenge recently and I thought I would throw it to the experts.  My company uses an IDCS 500 phone system, and I have been able to use a computer connec...
I just set up my first SFTP server (SSHWindows or OpenSSH for Windows) on a client Windows 2000 Server.  Here's where things stand: 1. Installation complete. 2. Password file is setup. 3. H...
Hello, I can't do rsh or ftp or telnet to another machine because of kerbos4 how can i diabled or solv this problem
I need to create a plink script to login to my Linux box and copy a file. I can't seem to get this to work. Here is what I have: plink -ssh root@192.168.2.210 -pw PASSWORD mv -f /etc/r...
I have just installed openSSH on a Win 2203 R2 Server. I followed the instriuctions from: http://www.cs.bham.ac.uk/~smp/projects/ssh-windows/ The beginning also has the download link. I foll...
I am looking for a GUI-based program that runs SSH for FTP.  There are a few provisions to this search:  one is I need the program to be freeware or opensource, and the other is I need a progr...
I know this should be relatively easy, but can anyone tell me the process/commands to disable Telnet access to a Dell Powerconnect switch (5448 and 5324)?  I am trying to only allow SSH access...
okay i need to start outlook on 2 remote windows machines (Win1 and Win2). The 2 machines are part of a domain and have cygwin/sshd installed. So i ssh in to the 2 machines remotely from a...