Tagged Questions
1
vote
1answer
29 views
PuTTY - Display whole server output (screen command)
I am using PuTTY to administrate a Minecraft server on a remote Linux machine. I do not own the server but I have an SSH account.
The server has a console window which can be accessed with the screen ...
0
votes
0answers
29 views
Text Becomes Prefixed in Command Line
When using the up or down issue I sometimes get an issue where some of the previous commands text appears in front of my actually typing. It does not affect anything when I hit enter but it is very ...
0
votes
2answers
225 views
pscp is not recognized as an internal or external command error
I have a batch file with a query like pscp .... written in it. When i try to run that file an error pops up saying pscp is not recognized as an internal or external command, operable program or a ...
0
votes
0answers
19 views
pscp is not recognized as an internal or external command error [duplicate]
I have a batch file with a query like 'pscp ....' written in it. When i try to run that file an error pops up saying 'pscp is not recognized as an internal or external command, operable program or a ...
0
votes
1answer
58 views
Map Alt-Left to word-forward in SecureCRT Linux terminal
I use Putty and SecureCRT to connect to a Linux server.
The following keyboard commands work out of the box with Putty:
Alt-b or Alt-← : move backward one word
Alt-f or Alt-→ : move forward one ...
1
vote
0answers
108 views
Odd Win7 connex issue (WinSCP, puTTY, FTP command line)
I have searched in many forums and Google and have not seen anyone else mention this issue. So I hope I just missed it and someone can help. This issue I am encountering is this:
Whether I use ...
0
votes
1answer
68 views
Send bash profile for ssh login
At my work, I ssh into a lot of Linux boxes (using MTPuTTY on win 7, though I can use anything if need be, up to and including dual booting Linux).
We are not set up so that people's home directories ...
1
vote
3answers
4k views
How to run a command file in PuTTY using automatic login in a command prompt?
I am using the following to login automatically to a remote server and then run commands listed in a commands.txt, like this:
C:\path\to\putty.exe -load "[Sessionname]" -l [user] -pw [password] -m ...
0
votes
0answers
97 views
Run windows commands from ssh
FacetWin can remote into a machine like SSH does, but it also has the ability to run windows commands straight from the connected server!!!
I would connect to the remote UNIX machine from a windows ...
2
votes
2answers
218 views
PuTTY stuck when using du command
I'm a command line noob but I think this one's stuck. I never get passed etc. Any ideas?
1
vote
1answer
120 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 which only ...
1
vote
2answers
602 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?
1
vote
1answer
1k views
How to configure putty key bindings to work with cmd.exe correctly?
If putty is connected to a ssh server running on windows and cmd.exe is used as shell, the cursor keys do not work correctly. Typically you could recall old commands with cursor up/down but inside ...
1
vote
1answer
204 views
How to track the command fired on a Putty?
Is there any utility which will monitor all commands on SSH SHELL fired by any user who logs in using putty or any other client?
If this record is saved somewhere, That will be of great help.
7
votes
4answers
910 views
How do I full-screen my CMD?
I work a LOT in the windows command line. Unlike other windows, it doesn't maximize - it just goes a big as it can depending on the buffer size. Is there any way I can get the CMD to act like the ...
1
vote
2answers
4k views
Is it possible to use putty as the UI for the Windows shell?
PuTTY is much better than cmd.exe. Can I use PuTTY to execute Windows commands?
0
votes
4answers
388 views
cron jobs made in cPanel don't show up in PuTTy
Why don't cron jobs, that I have made in cPanel, show up when I use PuTTy and type crontab -l?
3
votes
2answers
9k views
How can I use Tab-Completion in PuTTY connecting to a Ubuntu Server?
I use PuTTY to connect to an Ubuntu Server (VPS). I would like to use Tab-Completion when I'm working with the command line on Ubuntu Server... How can I configure it?