Tagged Questions
PuTTY is an open source SSH and telnet client.
14
votes
2answers
2k views
Creating a ctrl+tab keybinding in PuTTY
I'd like to be able to map the vim commands :tabnext and :tabprev to CTRL+TAB and CTRL+SHIFT+TAB respectively. Unfortunately, I seem to be running into the problem where PuTTY eats these character ...
9
votes
3answers
2k views
Connecting to SVN server behind corporate firewall from home
How can I configure TortoiseSVN to connect to a SVN server behind a corporate firewall from home?
This is the question I'm having a hard time finding an answer to. Here's what I DON'T have:
...
8
votes
2answers
8k views
How to convert SSH keypairs generated using PuttyGen(Windows) into key-pairs used by ssh-agent and KeyChain(Linux)
I've generated key pairs using PuttyGen and been logging in using Pageant , so that I have to enter my passphrase only once, when my system boots.
How do I emulate this in Linux ? I've heard of ...
8
votes
2answers
2k views
VIM Colorschemes in Screen & PuTTy?
I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a client but unfortunately I haven't had much success. I can only get 8bit colours working with PuTTY ...
8
votes
3answers
10k views
PuTTY Shortcuts to Minimize, Maximize, Restore, and Move the Window
The Alt+Space command doesn't work on Putty (at least for me). So, if I've to minimize or maximize my PuTTY windows, I'll have to use the mouse which is very uncomfortable. Did anyone get around this ...
5
votes
4answers
307 views
how to run node js remotely
I am running node using putty. but it doesn't work when putty session expire. How can I start node js permanently, should not be terminated if putty session end.
5
votes
3answers
896 views
Vim show strange  characters over putty
When I am editing a file in Vim I have some lines with a bunch
of  displayed.
I have already checked the encoding with
:set encoding
It says utf8
encoding=utf8
Anybody knows where this is ...
5
votes
4answers
1k views
Using GVim on Windows to edit remote Linux files?
Is it possible to use gvim to edit remote Linux files if I am running Windows?
To elaborate, I would like to connect to the Linux server via Putty and then use my local gvim instance to edit the ...
5
votes
3answers
3k views
Why do unix background processes sometimes die when I exit my shell?
I wanted to know why i am seeing a different behaviour in the background process in Bash shell
Case 1: Logged in to Unix server using Putty(SSH)
By default it uses csh shell
I changed to bash shell
...
5
votes
2answers
923 views
In PuTTY, Emacs key combination has no effect
Please try to forgive this slightly off-programming-topic question. At least I'm getting this problem when porting my C++ code to Linux. The problem I'm having is very basic: some key combinations are ...
4
votes
3answers
665 views
git push using PuTTY on Windows fails (fatal: The remote end hung up unexpectedly)
Excited about being ready to do my first git push ever, I created an alias for PuTTY in my cygwin environment:
alias ssh="/cygdrive/c/PROGRA~2/putty/PUTTY.EXE"
Then invoked (inside my working ...
4
votes
2answers
73 views
Odd Behavior when Connecting to my Program
I'm using Twisted to implement a server, of sorts. When I test it, the first line it receives is always strange:
Starting Server...
New connection from 192.168.1.140
192.168.1.140: ÿûÿû ...
4
votes
2answers
652 views
Why am i getting these errors from GitHub?
I followed these instruction and could not connect to github for the life of me.
>plink -ssh github.com
FATAL ERROR: Disconnected: No supported authentication methods available
plink -ssh ...
4
votes
3answers
2k views
Use PuTTY as a local terminal emulator?
Currently, I use PuTTY for SSHing into my linux server and Cygwin for local development when working on my Windows machine. Sadly, the terminal emulator that comes with Cygwin doesn't approach the ...
4
votes
2answers
504 views
What's an easy way to have terminal use a different color based on ssh host name?
Using putty in windows, you can save sessions that connect to a certain host and use a certain text color...this was super useful for me since I work with a bunch of remote hosts and I'm wondering if ...
4
votes
2answers
2k views
Copy text from Vim 7.2 running in xterm to windows clipboard
I'm using Vim 7.2 , compiled with +xterm_clipboard , in a xterm through putty . I've put set clipboard=unnamed in .vimrc , and from what i've read in other threads , this should put all yanks/deletes ...
4
votes
4answers
2k views
MySql Select, MANY FIELDS, how best to display in terminal?
I'm using Putty (Command-line) and running a
mysql> SELECT * FROM sometable;
The 'sometable' has many fields and this results in many columns trying to be displayed in the terminal. The fields ...
4
votes
3answers
3k views
cygwin ssh no putty yes?
I generated a keys with putty w/ no passphrase. putty works fine, but now i installed cygwin and would like to use ssh to login. For some reason i'm prompted for a passphrase? why? putty just logs ...
3
votes
3answers
66 views
Capture STDIN / STDERR / STDOUT of a process AFTER it's been started, using command line?
Thanks! My usercase: I started a lengthy interactive 'configure' process (say under 'screen'), and then realised I need to always answer 'no' until I see a particular keyword. Seems a waste of time to ...
3
votes
2answers
141 views
Converting PuTTY's svn repository to mercurial repository
I'm going to manage a Korean localized version of PuTTY in mercurial.
The requirements for the mercurial repository:
We should be able to keep track of the latest revisions from the PuTTY svn ...
3
votes
1answer
148 views
java ssh library that supports keys generated by putty
i want a java application to establish a remote connection using ssh.
i came across the libraries jsch and ganymed, which seem pretty good, but unfortunately don't support private keys generated by ...
3
votes
0answers
294 views
Pageant seem to have interference, does not work at all
I have a server setup with my public key and adding my private key to putty allows me to connect to the server properly. When I use pageant however, it doesn't work. My research showed that the event ...
3
votes
2answers
1k views
PuTTY Serial Communication
I am trying to use PuTTY to communicate over my computer's serial line. I have configured the correct serial line, baud rate, number of data bits, stop bits, parity, and flow control, and established ...
3
votes
2answers
198 views
C++ compile error messages not showing properly in PuTTY
If I compile a C++ program with errors in Linux connected through PuTTY, I see error messages like:
g++ a.cpp
a.cpp: In function âint main()â:
a.cpp:38: error: expected primary-expression before â)â ...
3
votes
4answers
765 views
Hudson+Git clone failure
We had Hudson set up with Git + OpenSSH on Windows Server 2003 Enterprise and it was working fine for a while.
Then suddenly, it started to hang during a clone at 12% always, we suspected maybe the ...
3
votes
3answers
4k views
Correct Putty configuration for Ubuntu 9.04
I often use Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) to connect to Ubuntu boxes (9.04 now). It works well, but I can't figure out the correct combination of Putty font, character ...
3
votes
4answers
3k views
How can I run an OpenGL application installed on a linux machine from my windows machine?
In the spirit of being helpful, this is a problem I had and solved, so I will answer the question here.
Problem
I have:
An application that has to be installed on on Redhat or SuSE enterprise.
...
2
votes
1answer
129 views
Error: Failed to install atk with mac ports
I got this probleml when I try to install putty with mac ports :
---> Building atk
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Failed to install ...
2
votes
1answer
69 views
VIM “linespace” not working
I want to increase the line-height ("linespace") in VIM.
The official command is:
set linespace=X
However, this does not work (no effect) when I put it into my .vimrc file
set t_Co=256
syntax on
...
2
votes
2answers
212 views
Using Plink (PuTTy) to SSH through Python
I am trying to write a python script that will SSH to a server and execute a command. I am using Python 2.6 on Windows, and have installed plink and paegent (for ssh keys) and added them all to my ...
2
votes
1answer
101 views
Color coding emacs being accessed remotely with putty
I use PuTTY to log on to my university's unix server and then start emacs and code in that. is there anyway to color code the code. Its C++ and ive been doing research for 2 hours and found nothing
2
votes
1answer
37 views
Is there a way to configure PuTTY or other terminal to flash the taskbar on next output to stdout?
I'm specifically looking for a solution for PuTTY but also interested for other terminal emulators, like Gnome Terminal.
My thought is it would be useful if I start a tar zxvf to be able to set a ...
2
votes
1answer
304 views
Opening a plink window from VB.NET application without showing the black ugly plink window
I am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?
2
votes
2answers
399 views
Automate MySQLdump to local computer (Windows)
I'd like to automate a mysqldump to my computer from a remote host, and I cannot figure out how to do it.
I suppose that I should run a mysqldump through an SSH tunnel, but this becomes complicated ...
2
votes
2answers
466 views
How to automate putty from java
Is there any way so that i can automate putty from java class including running,login and sending unix commands one by one to executeand.
I have a some specific command list that i wan't to execute ...
2
votes
4answers
529 views
Does quitting putty close the running command
I was using rsync to copy 15GB files between servers using putty.
I want to know that if i close putty terminal does that also termiates rync or not because file is not copied properly.
I have tried ...
2
votes
2answers
629 views
Scp command syntax for copying a folder from local machie to a remote server [closed]
I am using putty for copying files from local machine to remote server.My folder is in C:/site
can any one give syntax for copying folder from C:/site to remote server using scp
2
votes
1answer
206 views
What is the purpose of the SSH protocol channel data window size?
I'm talking about the data transfer "window size" as defined in the The Secure Shell (SSH) Connection Protocol RFC (RFC 4254).
I've seen some recommendations to make the SSH Window Size the same as ...
2
votes
2answers
1k views
Problem connecting to GitHub on Windows, even via PuTTY
I know there's already discussion of this problem in various places (in and out of Stack Overflow), but I haven't found a solution that works consistently. Right now, I'm trying to connect to github ...
2
votes
1answer
1k views
stty: standard input: Inappropriate ioctl for device
perl script.pl --f1="t1" --f2="t2" --f3="t4" --f4 < /home/joe/a.txt
script.pl
use Getopt::Long;
my ($f1, $f2, $f3, $f4) ;
GetOptions (
'f1=s' => \$f1,
'f2=s' => ...
2
votes
1answer
282 views
Putty closes on executing bash script
I am writing my first ever bash script, so excuse the noobie-ness.
It's called hello.bash, and this is what it contains:
#!/bin/bash
echo Hello World
I did
chmod 700 hello.bash
to give myself ...
2
votes
0answers
282 views
How to make PageUp/PageDown/Home/End work correctly when using putty to connect to Mac OSX
I recently got to maintain an OSX server box . I usually use Putty (on Windows XP) to connect to Linux boxes , and it works well . PageUp/PageDown/Home/End all work in vi and pico.
But when I connect ...
2
votes
3answers
488 views
svn Merge Problem (3 levels of svn)
I am new to use svn and the company in which I work uses three levels (I don't know whether this is a correct word to use here) of svn. I mean the developers are provided a working directory on a ...
2
votes
2answers
205 views
Is the format of (p)sftp's dir/ls standard?
I'm putting together something to download some files over SFTP. I'm using Putty's psftp.exe command.
When I do a dir/ls in Putty, is the format of the output standardized, either by SFTP or by ...
2
votes
3answers
2k views
Get Process ID of Program Started with C# Process.Start
Thanks in advance for all of your help!
I am currently developing a program in C# 2010 that launches PLink (Putty) to create a SSH Tunnel. I am trying to make the program able to keep track of each ...
2
votes
1answer
537 views
Starting CLI application programmatically does not work depending on arguments
I try to start plink.exe (PuTTY Link, the command line utility/version of PuTTY) from a C# application to establish an SSH reverse tunnel, but it does no longer work as soon as I pass the correct ...
2
votes
1answer
339 views
Keeping access to a Fedora Amazon EC2 instance
I run a Fedora instance in Amazon EC2. I can access and work on it perfectly by Putty.
I also set Seconds between keepalives to 1 for not losing the connection due to inactivity (I mean in Putty).
...
2
votes
2answers
296 views
How to let putty change its cursor shape accordingly?
When I use putty to log on to a bash shell, I want it like real term emulator in Linux. That means:
If I set shell to vi editing mode, the cursor would be a vertical line in inserting mode, and a ...
2
votes
2answers
2k views
Git over SSH Server in Windows, cannot find shared libraries
I was to setup an SSH Server to Host my Git Repository to my local area network. I followed this tutorial by TimDavis hoping that I would be able to make a secured Git Repository.
I tested my ...
2
votes
3answers
309 views
Have a Linux shell script stuff a string into a Windows user's copy/paste buffer
We have a script right now which our Windows users run on a Linux host by way of putty. From time to time the script produces a string that the user must copy and paste into a Windows application.
...