I've verified that traffic is routed through my SSH tunnel that is
setup for SOCKS5 dynamic port forwarding. I see that IE7 is always
trying to resolve the name locally first.
What I'm...
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...
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 have a client who has AS400 and trying to sftp files over and its failing with this:
sftp -vvv abcdefr@xxxxx.com
Connecting to...
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...
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...
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 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 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...
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...
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...
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 ...
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...
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
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 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...
I have a problem with freeSSHd 1.2.1. Basically, it's installed on many (75+) Windows 2003 Web Edition servers. Each of them was installed by command-line as such:
freeSSHd.exe /VERYSILENT ...
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...
HI,
I have 2 machines A and B.
On A, i run a script ssh_setup.sh which will generate the keys and transfer(by ssh) keys to B.
From A, i ssh to B and then run the same script ssh_setup.sh wh...
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...
After installing Solaris 10 for our Sun Netra T5220
I set IP and I am not able to telnet to the server
Can someone point me to the right direction on setting up telent / ssh for Solaris 10...