Questions tagged [putty]

PuTTY is a free open source SSH/Telnet terminal emulation program for Windows and Unix like operating systems.

PuTTY is a free open source SSH/Telnet terminal emulation program for Windows and Unix like operating systems. PuTTY terminal emulation is xterm compatible and configurable. PuTTY can also be used to tunnel X11 over a secure link.

There are a suite of programs available for use with PuTTY:

PuttyGen: A tool for generating public key encryption pairs for use with PuTTY and OpenSSH.

Pageant: the PuTTY Authentication Agent used for storing Keys and providing them when requested to PuTTY utilities.

PSFTP: An SFTP clinet.

PCSP: A command line scp clinet.

PLINK: A command line connection utility similar to ssh that can be used for automating connections and tasks.

467 questions
0
votes
1 answer

Connecting through two putty sessions

I'm using the last putty version and can't create two different sessions (Needed when I need to do SSH TUNNELING and log the server for maintanance) Here is the log from the second connection that got failed: Looking up host "[IP]" Connecting to…
George
  • 13
  • 1
  • 1
  • 3
0
votes
3 answers

Download file using ssh

I have ssh root access at a server and I need to download, then upload a file to it. I use putty on my local machine, connect and can do anything. But I don't know how to download the file :). I know that a way would be to set a ftp account but I…
zozo
  • 783
  • 3
  • 11
  • 22
0
votes
1 answer

pscp (putty) copy only non-existing files/dirs

I'm using PSCP to copy directories from a linux machine to my windows machine. That works great, but I only want to copy those directories that are new and non existent on my windows machine. Is there a way to do this? I'm using a windows batch…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
3 answers

Logging into multiple Linux servers using ssh

I have a local windows machine, where I connect to a local linux box through putty, and I will have to login to multiple linux servers using ssh, through sudo. I was wondering if there was a windows .bat script, that would help me in getting this…
Ajov Crowe
  • 133
  • 1
  • 5
  • 12
0
votes
2 answers

Putty SFTP towards Freesshd server rights

I have a customer who wants me to get a SFTP server. I am using an Filezilla server for normal FTP and I am currently trying to make a SFTP server by using FreeSSHd on a win2003 enterprise server. I have tested the SSH connection with Filezilla and…
0
votes
2 answers

How to change Putty SSH login IP address?

I have a CentOS Server which have multiple ip addresses. If i`m using various ip address to login in to my server via SSH to browse other website, the ip address sent to other website is the main ip address of the Server. For example: My CentOS…
mu6
0
votes
1 answer

putty ssh client tuturial?

i really wanted to learn about using linux commands, so i can access my remote server, i wanted a good tuturial on how i can use this once for all, before i used always avoid it figure its important to learn if im going to be using a linux server.…
Solomon Saleh
  • 193
  • 2
  • 9
0
votes
1 answer

Putty double tunnel

Currently I have the following problem: I can connect to Server B via ssh only if I connect to Server A (via ssh), create socks proxy with putty, and use it in order to connect to server B. So connection is MyPC -> Server A -> Server B. What I need…
Alekc
  • 125
  • 1
  • 2
  • 6
0
votes
1 answer

Plink failure on Windows 7 x64

Trying to use plink for a project and running into problems on Windows 7 x64. It simply goes to a blank line and hangs there. On a 32-bit XP development machine it runs as expected. We have tried XP compatiblity mode but it did not help.
dmr83457
  • 727
  • 3
  • 9
  • 20
0
votes
4 answers

SSH running two commands at once?

So I want to run Apache benchmark but while it's running, I need to run htop to see the memory and CPU usage. How can I do that? Putty (My ssh client) won't let me type in a command until ab is done running. Ideas?
Matthew
  • 1,859
  • 4
  • 22
  • 32
0
votes
1 answer

can't connect with Putty after editing configuration of SSH

I was editing PuTTY's config file /etc/ssh/sshd_config. I didn't know how to save the file (:w and :q) so I quit PuTTY. It crashed the file so I reopened and saved it. But now PuTTY tells me: Access denied. I rebooted the server in safe mode (or…
Tristan
  • 498
  • 2
  • 9
  • 27
0
votes
3 answers

Weird problem with connection from putty to ubuntu server via SSH

I have an Ubuntu Server 9.10 box with sshd configured. I have two computers with Windows 7 professional and putty installed. Day ago, both computers was able to connect ubuntu server both via putty and plink. I have installed sun-java6-jre on ubuntu…
grigoryvp
  • 3,655
  • 11
  • 39
  • 59
0
votes
2 answers

Running Mathematica-5 remotely

I have Mathematica 5 - a powerful CAS. I have a cheap netbook (running Windows XP), wich not only is too slow to run mathmatica on, I doubt it has the harddrive space. I do however have remote access to a number of very powerful computers, (most of…
0
votes
1 answer

pscp doesn't read .profile

I'm transfering a file from Windows XP SP2 to AIX 5.3. In my .profile I have umask 002defined. After the transfer, the file always has 644 permissions, so it seems pscp doesn't read my profile. As a test I've tried doing an echo at the end of my…
nephilim
  • 3
  • 2
0
votes
0 answers

Unable to send remote commands to OLT ZTE C320. Server refused to start a shell/command

My end goal is to execute each command inside "olt.sh" remotely on the OLT ZTE C320 without me having to paste it manually by login. Just like we send remote command to a linux server like: ssh root@x.x.x.x "uptime" Server refused to start a…