Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested SSH / Telnet Software Solutions: 51 - 75 of 124
 
I am having a problem automating SFTP transfers. I am wanting to schedule these transfers from Windows machines to a Linux server. I have installed OpenSSH on the Windows boxes and can success...
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 am using OS X to login via the terminal to a Linux server. When I use vi, I have to Ctrl-H to delete and when I am insert mode I can't use the arrow keys. The term defaults to TERM=xterm-col...
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...
This question bothers me for so long - is there any way to restore ssh (pts) session after client's disconnetion? Here is an algorythm: 1. # ssh username@some.remotehost.com 2. open sever...
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 guys, i have a server with database and directory i want to give SSH connection to an external company to drop xml files in to that director how can configure it or do it please help
I need telnet for the first time, and need a basic search command. I spent an hour with the firewall tech support and we created the various NAT policies and access rules to the point that ...
I have a PIX 525 firewall between an Application Server and a Database Server. When I telnet from the database server, it does not establish a connection. I have been told this muset have to ...
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 was using the sshd option PermitRootLogin no to prevent root logins into my server.  But I now want to prevent root logins from all but a few subnets.   I have changed the sshd settings a...
Hello All, Do we need to install DB2 client for accessing DB2 database which resides on AIX server. For development, is this necessary. Can we develop and test a database connectivity in Java...
How do I correct this little problem. When I type Telnet 192.168.0.2 The donlin sserver) I get the resonce "Connecting to server........... Could not open connection to the host, on port 23 co...
I am using Cisco Works Version 4.0.5. I used NetConfig jobs to run automatic jobs on Cisco Switches and other devices on my network. I get about a 50% failure rate on every job. 150 devices ta...
I'm running nxserver 2.1.0-18 on a Fedoa Core 6 install.  I have successfully configured it to allow remote connections.   I was wondering if anyone knew how to use this utility to remotely...
OK, this should be really simple, but I am having trouble figuring it out.  Here's my scenario -- I boot up 5 or six different terminal windows on my Mac that I then use to ssh into different ...
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...
I'm using ssh in a rsync script.  I'm trying to transfer files from a folder name which has spaces in the name: rsync -avz -e "ssh -i local-rsync-key /<mybackupdir> backup@<remoteIP>:/dataf...
I have a Cisco PIX 501 connected to the WAN with a public IP address. I have setup the PIX just fine, and I can access the PDM through my web browser only on the Internal side. But I cannot ac...
Hello group, I'm using SSH Secure Shell(Version 3.29) to connect from a Windows machine to a Linux server. The problem is that it loses the connection when I leave my system for 1 hours or ...
Dear Experts I am a coldfusion developer with a couple of years experience of building web apps in CFMX7 but would like to start using CF8 mainly so that I can use some of the modern featur...
I have a excel sheet with telnet hyperlinks to my switches.  Problem is the hyperlink only opens the telnet session, does not connect to the switch.  this used to work correctly but i made Hyp...
I just installed SFTP on a client server.  I then hit the server from a remote location using TELNET <IP Address> 22.  The response surprised me: SSH-2.0-OpenSSH_3.8.1p1.  It looks like SSH is...
can i use telnet as an http client software to post forms to a web server? Would telnet use http protocol? Can telnet work the same as CURL or WGET http clients?