PuTTY PuTTY is a free and open source terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a serial console client. The name "PuTTY" has no definitive meaning, though 'tty' is the name for a terminal in the Unix tradition, ...
2
votes
2answers
46 views
Is there a way to make putty automatically “close window on exit” from the command line?
I am trying to make a headless machine that automatically runs putty on startup from a script and auto relaunches should the program close.
Whilst this technically is working fine in most situations, ...
1
vote
2answers
32 views
PuTTY pastes the terminal selection rather than the clipboard
PuTTY/KiTTY/etc. have an option to bring up a right-click menu with a Paste option in it, rather than instantly pasting.
The problem with this is that if there is a selection in the terminal then ...
0
votes
0answers
11 views
Debian + Grails console: destroys local echo of ssh session after exit
I installed grails on a virtual vagrant box of Debian Squeeze 64.
the debian box base image is available under http://dominique.broeglin.fr/2011/03/26/squeeze-64-vagrant-base-box.html
the grails ...
2
votes
3answers
68 views
Telnet/ssh into a windows machine inside putty that is sshed to a linux machine
Ok so, that title isnt the greatest but i couldnt think of a better way to state it, but here is the situation:
I am on a windows machine. I ssh into a linux machine using putty. This is fine. The ...
1
vote
1answer
20 views
Increase Lines of Scrollback for all sessions quickly
I have over 100 PuTTY sessions saved, and I wanted to increase my Lines of Scrollback from 200 to something higher like 5000.
I know how to do this manually, one by one. However I don't want to ...
5
votes
2answers
94 views
Tunneling FTP connection from home where server only accepts local IPs
I need to access an FTP server at work but the server will only accept local IPs. I cannot access it from my home machine. I have been able to ssh into my Unix work machine through PuTTY and from ...
0
votes
0answers
87 views
putty connection timeout while server is running, firewall open
I am attempting to connect to my desktop using SSH through putty. The desktop is running scientific linux 6.2. I can SSH into the desktop from itself, so sshd is running correctly. I have the ssh ...
1
vote
1answer
83 views
Is it possible to stream an audio signal over an SSH connection?
This is a pretty loaded question - I'm pretty sure I know the answer, but I'm still a novice so I figured I'd ask.
I run a mud client(http://tintin.sourceforge.net/) on a Ubuntu 10 Server system. I ...
0
votes
1answer
82 views
Accessing a remote mercurial repository through a ssh proxy under windows with tortoisehg
I have a remote mercurial repository (managed by hg-gateway) on a server.
Access to that server is not open to the general public; however, the firewall allows ssh proxying.
How do I configure a ...
1
vote
2answers
67 views
Escape sequences in virtual terminal
I need send next escape sequence through COM port.
^[[LD
NOTE (from manual) Pressing "Ctrl-v", "Ctrl-[" on keyboard will generate the "^[" escape sequence. In some file systems, the escape
...
0
votes
1answer
72 views
Reverse shell with puTTY or poderosa?
Can I open a reverse shell with Podersa or puTTY? I would prefer Poderosa but I can't find the option to create a tunnel from my local machine port 9000 to my remote machine port 9000?
1
vote
1answer
34 views
single persistent scp connection program options
I'm using pscp (part of the putty package) to make several connections to a server but my boss would like to reduce the number of connections to 1. is there a windows program like pscp but that makes ...
0
votes
2answers
141 views
How to SCP from linux server to Windows client
I am Puttying into a linux machine and trying to copy a file down somewhere (anywhere) to my local machine. I figure SCP is the best candidate for the job but don't really care, so long as the ...
0
votes
1answer
97 views
Was my MacBook hacked if I have PuTTY host keys in my home directory?
.putty/randomseed and .putty/sshhostkeys were found in my home directory of my MacBook Pro this morning.
I'm running OS X Snow Leopard. I've never installed PuTTY on my machine.
Does this mean my ...
1
vote
2answers
93 views
Make initial PuTTY configuration window larger
In PuTTY, I'd like to know how to make the initial configuration window larger. I've got like 50 devices saved and it's such a tiny box to scroll in. I'd prefer to make it the full length of the ...
0
votes
1answer
115 views
Weird insertion from Vim on mouse click
I'm using putty (on windows 7) to connect to shell and Vim as editor. I also have mouse=a option enabled in Vim, but I get some strange behavior (such as random insertions of characters and/or ...
1
vote
1answer
70 views
How to change the number of columns on a putty window to more than the screen width?
I am on windows and often have to ssh to linux machines. Though as much as I would love to have an alternate ssh client, none really comes part to Putty. One thing or the other always breaks, even in ...
2
votes
2answers
100 views
Putty: Refresh VIM screen
Often when working in VIM via SSH in Putty from a Windows machine I get line corruption, where the display is one line off. Running :!clear or unmaximizing-then-maximizing the Putty window resolves ...
0
votes
2answers
131 views
Any simple way to add PuTTY settings to kitty?
I'd like to use Kitty, but I have a lot of settings for Putty already set up. I read that there is no way to "export settings" with Putty since they are made with registry entries, and there is ...
0
votes
0answers
93 views
How to telnet through a proxy in PUTTY?
Can anyone give me an explanation on as to how to set up a proxy server(any free proxy) in PUTTY so that I can telnet through it because I want to connect to mail.google.com 25 but port 25 is blocked ...
0
votes
0answers
70 views
Is there way to change font size in putty using the wheel in mouse or contrl +/- key?
I love using Putty as a ssh terminal in Window. But what I don't like about it is that it doesn't allow me to change font using shortcut or a mouse. Is there a way(or plugin) to change the font size ...
0
votes
1answer
137 views
Use putty to connect to XP host under VMWare
I have windows 7 64 as host and windows xp & Red hat linux as guest via vmware. They are working well. now i want to connect to winxp and redhat linux from host via putty.
But when I tried to ...
3
votes
1answer
151 views
2
votes
1answer
81 views
Why only my PuTTY scroll slow on ubuntu 10.04 running under VMware?
Scrolling up in PuTTY is very slow even just after starting and connecting.
I've tried black listing the VGA16 frame buffer that showed on 'dmesg | grep -i frame' output. It is not used now but this ...
0
votes
1answer
135 views
How can I connect Ubuntu Server 10.04 VM without router from my local computer?
I installed VirtualBox and installed Ubuntu Server 10.04 on it. I want to connect from my Windows 7 desktop with PuTTY to my server. I don't have a router, just a modem. On the settings in my VM I ...
1
vote
2answers
84 views
Jump scroll in PuTTY?
I have a file contains many lines, like 1 million lines, and cat the_file takes too much time to scroll.
$ time cat 1m
......
cat 1m 0.00s user 11.21s system 28% cpu 38.839 total
How to make it ...
1
vote
2answers
87 views
Is it possible to disable Copy & Paste in SSHD on Linux?
Is it possible to disable Copy & Paste on Linux so that people using Putty or any other ssh client can't copy & paste from the server to their own machine?
0
votes
0answers
172 views
Tunnel my ssh connection to a Linux server via a remote windows server(2003)
I am trying to connect to a linux server from my local windows machine. But the linux server can only be accessed via another windows server machine. So now I am doing:
Local windows ...
2
votes
1answer
72 views
How to convert Windows newlines to Unix newlines when cutting and pasting into Putty window?
Working on Windows XP Notepad++ with Windows line endings.
When copying and pasting multiple lines into Putty window (connected to Ubuntu machine), it sends weird control characters.
How to convert ...
0
votes
1answer
217 views
How to run a putty ssh tunneling as Windows service?
In Windows XP or above, I may run a shell command
putty.exe -load ssh_tunnel
to start a ssh session configured as ssh tunneling.
I want to ssh tunnel session become available when my computer ...
0
votes
1answer
116 views
Remap shift-tab to tab in bash/screen/putty in Linux?
Well I use vi-mode in bash via the set -o vi command. What's annoying is when I'm typing words in capital then try to complete using tab but don't release the shift-key fast enough, it brings me out ...
0
votes
0answers
73 views
grep to find out OpenSSH-files on a hard disc - running on opensuse 12.1
Good day dear friends, I have a problem. After a hard disk crash I have to restore all my important files including:
pgp things for enigmail
openSSH-things for the SFTP-protocol - that filezilla ...
0
votes
0answers
183 views
Cygwin + Putty (Mintty) tabbed autologin program?
Similar to Looking for an alternative to PuTTY on Windows, however, I'm looking for more by adding Cygwin.
Right now I use Putty Connection Manager and Cygwin seperately. I also love Mintty as my ...
2
votes
0answers
749 views
TortoisePlink.exe: No supported authentication methods available
I have both TortoiseHg 2.3 64 bit and TortoiseGit 1.7.7 64 bit installed on Vista 64 bit.
Both TortoiseHg (ssh = "C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2 -C -batch entry in ...
1
vote
3answers
281 views
How to configure PuTTY to display these characters?
☢ ☍ ⌘ ✰ ⣿ ⚡ ☯ ⚑ ↺ ⤴ ⤵ blabla
I need to display symbols above in Windows 7 using proportional fonts. However, some symbols are not properly displayed. This particular example is using Courier New.
...
3
votes
2answers
78 views
Is there a PuTTY variant without modal message boxes?
Basically I'm happy with PuTTY, but the behaviour with modal message boxes is driving me mad. My network connection changes a lot, and if I have say 20 putty connections open at the time, all of these ...
1
vote
2answers
106 views
How do I disable the putty bell via command line?
What parameters would you have to pass, in order to disable putty bell via command line?
0
votes
0answers
122 views
Unable to login using ssh PuTTY
I'm facing a weird problem with ssh login using PuTTY to "git.xxx.com".
Weirdest thing is using same privateKey file I can login successfully with my Windows 7 machine,
but not with my Win XP machine.
...
0
votes
2answers
91 views
What should I do when SSH on Ubuntu freezes?
When I'm using SSH to connect to an Ubuntu machine and it freezes, I'd just close PuTTY and re-login.
Is there a better way to handle errors like this? (like Ctrl+Alt+Del in Windows)
0
votes
1answer
95 views
Winscp and putty drop out constantly, on other computer they don't?
This has been bothering me for a long time. When I ssh or stfp into my server via putty or winscp it drops out after 2min, then has to reconnect. Putty will just lock up and not let me type... it wont ...
1
vote
1answer
227 views
How to select all in vim through putty
I'm PuTTYing into a Linux machine from a Windows computer. I'm opening up a large log file in vim and am having enormous difficulty trying to figure out how to select all the text and copy it into a ...
2
votes
2answers
63 views
in putty i have a file that is like this #xxx.c#
While using Putty.I have a file in my directory and I want to remove it , but the rm command doesn't work.and it's in white.
1
vote
3answers
496 views
What is the Putty equivalent command for Mac OS X?
In my Windows system, I was able to create a tunnel by running the command below using Putty:
putty.exe -D 12345 -P 8888 localhost
I'm not used to Mac yet and I would like to try it out on Mac. ...
0
votes
2answers
189 views
How do I choose what shows up in PuTTY title bar from Linux?
In the PuTTY configuration there's an option in Terminal->Features called Disable remote-controlled window title changing. Without that enabled, the title bar of PuTTY will change every time I press ...
0
votes
2answers
267 views
How can I copy files in Putty to local computer?
Suppose I ssh to a server in Windows machine and I want to scp file myLocalComp:someDir, is there something automatically built-in or do I need to set up a SSHD for this in Windows?
1
vote
3answers
211 views
X Window Server for running GUI tools
We are a software shop that writes a lot of Java code. Most of our Java app servers are CentOS boxes hosted at a remote data center.
Whenever we need to get into those machines and sift around we ...
0
votes
2answers
125 views
Weird Java GUI behavior on windows PC via SSH tunneling to/from Linux machine
I have a very weird problem with a Java GUI that I've built at work. It is so weird I don't even know where to start to look for help!!
We have a standalone system at an offsite location consisting ...
0
votes
3answers
397 views
Putty or Tera Term VT alternative for OS X
I am currently using putty and Tera Term VT for connecting to external devices over serial port for bugging. Is there any alternative for OS X?
1
vote
1answer
178 views
Why can't bash display symbols like æ, ø and å?
I have a file I've called æøå.js (just an example), and when I run ls in the directory where it's stored I get
root@chu:~/projects/someproject/server# ls src
a.js b.js ??????.js
So it seems such ...
2
votes
2answers
965 views
Connecting to github using PuTTY generated SSH key in Windows 7
On an otherwise pristine Windows 7 Enterprise install:
Install PuTTY 0.62
Create public/private key pair with puttygen.exe
Add public key for pasting into OpenSSH authorized_keys to github account
...