Questions tagged [puttycyg]

PuTTYcyg is a patched version of PuTTY that, in addition to telnet, rlogin, ssh, and serial connections, can also be used as a local Cygwin terminal instead of the Windows console or xterm.

PuTTYcyg is a patched version of PuTTY that, in addition to telnet, rlogin, ssh, and serial connections, can also be used as a local Cygwin terminal instead of the Windows console or xterm.

http://code.google.com/p/puttycyg/

4 questions
6
votes
2 answers

Vim start-up extremely slow under Cygwin when fugitive.vim plugin is installed

I've just started running Vim under cygwin via puttycyg. I find this much better than gVim under windows ;) Anyway, the fugitive.vim plugin causes Vim to take 15-20 seconds to startup. After Vim has started, everything seems normal. I can use…
asgeo1
  • 9,028
  • 6
  • 63
  • 85
5
votes
2 answers

Git is failing to push in puttycyg because of SSH error

I've been using puttycyg as a Cygwin terminal for my rails development. I've set up a git repository on a project management website and now I want to push my code to it with the following command: git push origin master I'm getting the following…
tpower
  • 56,100
  • 19
  • 68
  • 100
5
votes
1 answer

Why does PuTTYcyg display â instead of hyphen in man pages?

I've been using PuTTYcyg as a Cygwin terminal, but it doesn't render dashes in manual pages correctly. For example, the top of man gcc looks like GCC(1) GNU GCC(1) NAME gcc â GNU…
Greg Bacon
  • 134,834
  • 32
  • 188
  • 245
0
votes
1 answer

Include key fingerprint in PuTTYgen app

We have a C# application through which we send files (SFTP) to our clients. One of our clients has provided us a private key as part of SFTP credential which is in md5 fingerprint format (hexadecimal). Since we are using SharpSSH for transferring…
M. Fawad Surosh
  • 450
  • 7
  • 20