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...
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...
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...
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...
Ok I have managed to auto login to an external server using SSH, however I cannot get the external command to execute on the server. For test purposes I simply want to start up the xclock appl...
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...
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...
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 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...
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...
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 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...
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 ...
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...
I need to "Putty" into a client site, establishing a SSH tunnel.
However the server I need to tunnel to is behind their firewall. I have access to one of their servers to which I can establ...
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 have a CVS server on RedHat 7.2. Using Cygwin SSH and CVS client on an XP PC, I can check out files from my repository with no problem.
After installing WinCvs 2.0.2.4 on the same PC, when...
Telnet VS SSH.. I know that ssh is more secure but was wondering how I could show that when someone is telneting into a switch to show that passwords are sent in clear text. Can someone just ...
Experts:
I am trying to copy files to a server out on the Internet without having to type in a password everytime. I am going from a local linux (fedora 6) box to another linux box (Cent 4...
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...