PuTTY is an open source SSH and telnet client.
1
vote
1answer
15 views
Default sort order for (P)SCP
Is there a default sort for the order in which PSCP downloads files from a remote server and if so, what is it? I can't get an accurate read on how far along my download is, so I'd like to compare the ...
1
vote
0answers
13 views
putty disconnected error, openssh conflict with putty?
I have been having issues with being able push my changes to my heroku app. I was able to about 1 week ago but not I cannot.
I cant think of anything I did to cause this (possibly installed the ...
0
votes
0answers
8 views
putty full screen on dual monitor [closed]
I want to know if it is possible to run putty in full screen mode using dual monitors.
I am able to stretch putty window to cover the dual monitors but when I switch to full screen mode, it just ...
0
votes
0answers
21 views
how to install java rpm file in linux . I am using putty to connect with that system [closed]
i tried this command but it doesn't work and shows command not found:
smartfoxy-dev@nucasino:~/Java$ rpm -ivh jre-7u9-linux-x64.rpm
-bash: rpm: command not found
And please tell me how to extract ...
0
votes
0answers
24 views
git push to heroku stopped working
Not sure why it happened but I had been pushing to my heroku repository just fine for weeks with
git push heroku master
but then one day it is now saying comes up with a alert box when i try to do ...
2
votes
1answer
16 views
Where to store putty generated key file?
I am trying to get TortoiseGIT to stop nagging me to enter a password every time. I've generated a public key, I've added that key to GitHub and I've generated the keyfile.
Where do I store the key ...
-1
votes
0answers
17 views
putty enter key not working when typing password [closed]
I am using putty to upload a db. I can login through ssh but when it asks me for my db password it wont let me submit it. When I press enter it just goes onto a new line rather than submitting it. Am ...
1
vote
1answer
16 views
interpreting PuTTY SSH logs [closed]
I'm trying to interpret some PuTTY logs when doing SFTP and was wondering if you could help me.
The portion of the log file I'm referencing can be found here:
http://pastebin.com/4N8uf8cS
Here are ...
-1
votes
0answers
22 views
linux server putty connection [closed]
What is the cause of this?
On a linux box I created 10 user accounts. They were able to putty and ftp to the linuxServer. I installled minecraft server. Now the users of the 10 accounts can login but ...
1
vote
0answers
22 views
How to use java jar within php exec() to run on putty
On putty when i run java jar code separate it work properly and when use it within php script exec command it give error java command not found
please tell me if have any idea about this
thanks
0
votes
1answer
103 views
batch file for putty file transfer automation
i have a batch file for moving file from my local PC to server through SFTP. I have Putty installed in my system and the batch file code follows.
cd C:\Program Files (x86)\PuTTY
psftp
open <IP>
...
-1
votes
0answers
14 views
Unable to set Putty Logging [closed]
When I go to Putty Configuration, and select a file for Logging, in the putty dialog, I expect to see an 'Open' button. But in the dialog I just see a 'Close' button and on click that, the Logging ...
-3
votes
0answers
83 views
Esc key not working in Putty
I just installed Windows 8 (let's hear the groans) on my work computer. PuTTY had been working great up until then, but now the Esc key won't work. I found that I can still escape using Shift+Esc ...
0
votes
2answers
39 views
SQL date logic to fetch the values
Need SQL logic
If i enter sys date as 15th it has to fetch the values from 1-15th.
if i enter date as following month 2nd it has to fetch from 15th to
2nd.
Example
Sys date April 15th - April ...
0
votes
1answer
31 views
Accessing strange directory in linux shell
I have found a directory while connecting to a linux ssh shell and i putty the name is ??? (I assume it to be so because of escape characters used for the name).
When I use the command ls -b I get ...
0
votes
0answers
11 views
ssh firefox endless connection, even when the ssh connection is closed [migrated]
I want to build a connection to a server with the help of ssh and run firefox(reload website with the addon ReloadEvery).
Up to here I got it to work.
Now the next step would be to close the ...
0
votes
1answer
37 views
Send commands to linux terminal with putty
How can I send a command (not to open a file) with Putty that will run on Linux terminal.
For example:
putty.exe 10.31.2.121 -l root -pw password | echo "Hi"
So that I will see the "Hi" on the ...
0
votes
0answers
94 views
network error software caused connection abort [closed]
So I am connected to my website through ssh and after lets say 1min of being idle it always give me an error of network error software caused connection abort
I tried to set the Seconds between ...
0
votes
1answer
25 views
Need to use RAutomation.send_keys to send dash charcter to putty
I'm trying to automate some work I normally do in putty, but I'm having trouble sending some of the keys I would need to send. I try to send the - and see the ~ appear.
For reference:
ruby 1.8.7 ...
-1
votes
0answers
36 views
Copy folder from unix root to windows machine [closed]
I'm trying to copy a folder from unix machine to windows machine using pscp. The folder is located under root user of unix. The command i'm using is similar to the one shown below
pscp -pw password ...
-1
votes
2answers
80 views
What SSH client for windows are you using? [closed]
Currently I'm using PuTTY as SSH client. But the most annoying thing is that i need to open a new instance of it every time i need to switch between apps/ work with multiple apps.
Google says this ...
0
votes
0answers
24 views
Dig Command That Does Not Use Default Gateway [closed]
Got a confusion. Here is the thing. I have access to some machines that are in some other country. Set of complete 5 machine on which i can ssh to issue command. They are all connected on a local ...
0
votes
1answer
28 views
End-of-file command in JSON HTTP POST request from putty
It is merely a childish question, but I have stuck upon an HTTP POST request through putty command line. After performing the initial request:
~$ POST <url:port/directory>
Please enter content ...
1
vote
1answer
63 views
SFTP directory listing to local txt file
I am having problems with trying to list a directory on my sftp server to a local .txt file.
I need to use commandline. So i have figured out putty is just about the only client that can do this.
...
0
votes
2answers
53 views
PHP / Bash: Creating PPK out of OpenSSH Key with passphrase
I would like to create a php script that creates keys for ssh-authentication.
I've started with a
exec("ssh-keygen -b 1024 -t dsa -N *pwd* -f *path-to-file* -q");
to create the private and ...
0
votes
2answers
35 views
to keep the script running even after internet connection goes off
I had putty on one server and run a python script available on that server. That script keep on throwing output on terminal. Later on, my internet connection went off but even then i was expecting my ...
-2
votes
1answer
35 views
How can I put my homework files into a linux server at my university? [closed]
I have a homework assignment and I wanted to submit the file for it from home. I need to put the files into the server first before I submit them.
Do I need some other software to make the ...
1
vote
1answer
59 views
Using sub parametr in string with VBScript
I have a webpage that pulls a dynamic list of servers, and I want to be able to launch putty/winSCP with the select Linux boxes. I can't seem to pass parameters effectively.
<a href="#" ...
1
vote
2answers
39 views
How to set a custom color to folded highlighting in .vimrc (for use with putty)
Adding the following to .vimrc works
:hi Folded ctermbg=Grey
but it's still too bright and prominent, so we want to specify a more specific color triplet instead, like so:
:hi Folded ...
1
vote
0answers
89 views
“plink.exe” hangs on Windows Server 2008 R2 , creates process “conhost.exe”
I am new to the whole Windows world. If this is not the place to post this question please point me to the right one. If there is any better place to ask this question, please tell me that too.
Few ...
0
votes
0answers
374 views
“network error: connection refused”, putty error
I am trying to run putty on windows 7. I need to run some SSH commands to upgrade magento. every time putty gives me this fatal error "network error: connection refused".
I have even tried to use it ...
0
votes
2answers
52 views
Download FTP data using SSH [closed]
I need to transfer files from one server to the other. Normally I just download the files and then upload em to the new server using FTP.
Now I am facing a gazillion files with over 15GB data. Is it ...
0
votes
1answer
15 views
Putty skips installation wizard
I downloaded the putty.exe installer for Windows x86 from here-
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
I am running windows 7.
When I run the executable it goes straight to ...
0
votes
2answers
150 views
Is it possible to establish an ssh tunnel between two windows computers? (without third party web server) [closed]
The purpose of the question is to create a remote connection between two postgresql databases. I currently use Navicat. I've read a lot of tutorials about using putty and cygwin to create the ssh ...
0
votes
1answer
227 views
Visual Basic for Applications (VBA) Shell
I'd like to invoke a script on my linux server using VBA in Excel. To do this, I'm using a local copy of Putty that's in the path.
I've successfully written a single command to create a putty ...
0
votes
0answers
48 views
jpegtran whole directory
I want to optimize the hole test map with jpg images with a commandline.
I found this but it doesnt work:
cd /home/site/html/update/test/
find . -exec jpegtran -optimize "{}" "{}.opti.jpg" "{}" \;
...
0
votes
2answers
86 views
Finding and changing settings for php.ini [closed]
I'm on a Windows machine using Putty to connect to a Linux instance.
I can log in successfully.
I need to change the maximum upload file size.
I entered this into the command line from Putty:
php -i ...
0
votes
0answers
52 views
backing up SQL database using Putty command like
im trying to backup an sql db using putty and im having no luck.
After logging in im using:
mysqldump -u *roger54* -p contacts_db > contacts_db.sql
Am i getting the path wrong? Also if i ...
0
votes
0answers
23 views
Print data from com port
Much like a usb barcode scanner reads and then displays data to text then returns cursor to the next line. I need a way that can I display data from a com port, more specifically, and rfid reader. In ...
0
votes
1answer
88 views
Character set encoding for serial connection in putty
I have connected a gsm/gprs modem to the putty terminal on windows 7 for serial communication. The AT commands work but the response from the modem is displayed as special characters which is not ...
0
votes
2answers
85 views
Unable to putty using ssh at port 22
I installed linux on one of my system and assigned valid network ip to it.
I am able to connect to net properly.
But when I try to putty this system from another system using ssh at port 22 then it ...
0
votes
1answer
151 views
Unable to connect to AIX(Unix) box with SSH.NET Library - Error : Value cannot be null
I am trying to connect to an AIX box and execute some commands using SSH.NET library.
The following is the code snipplet
KeyboardInteractiveAuthenticationMethod kauth = new ...
1
vote
0answers
106 views
Auth fail error when using SharpSSH
I am trying to connect to a Solaris/Unix server using a C# class to read system information/configuration, memory usage etc.
My requirement is to run the commands on the server from a C# application ...
1
vote
1answer
59 views
Where is vimrc or vim profile for github's mingw32 shell on a Windows machine?
Cygwin has a home directory where I can store a .vimrc file to set up syntax highlighting. I know on linux machines this file is usually in a home directory and that it can be stored globally ...
0
votes
2answers
155 views
Does PuTTy work correctly with ANSI/VT100 escape sequences?
I'm writing a program for a class in HC12 Assembly for the Freescale MC9S12C32 processor. I'm using PuTTy as the terminal attached to the device via serial(-over-USB). For this assignment, we are ...
-1
votes
1answer
281 views
putty fatal error,network error : connection timed out when connecting to vmware player [closed]
I am trying to connect vmware player through putty. I get Network Error:Connection timed out. Please can somebody say reason for this and what to be done to connect vmware player. Thanks in advance
1
vote
0answers
74 views
putty telnet strange output
I am serving a lisp system from patrickconnelly.net on port 65000 for my college senior project. I tested remote access from the terminal (I run Slackware 14.0) and all was well. One of my group ...
-3
votes
1answer
117 views
OpenVMS terminal emulator on Windows [closed]
I am using OpenVMS terminal on Win . It is awful.
Whenever I use up arrow, it is frozen and I have to open a new one and start over.
Are there some good terminal emulators (e.g. putty for Linux) ...
0
votes
0answers
194 views
ssh server close connection after password attempt
I am trying to access to remote server via ssh. I couldn't do it via ssh command in CLI, but with same credentials I can access via putty ssh.
I am using ubuntu 12.04.
I don't have access to ssh ...
1
vote
1answer
223 views
launch putty from shell script
I have written a shell script that gives user a list of accounts to log-in and when the user selects an account,he/she gets logged into the selected account via ssh.The script is run from master ...




