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 ...
1
vote
1answer
23 views

Turn off notification about broken connection in putty

When putty gets connection broken (whether by losing connectivity or e.g. by hibernating computer) it displays annoying message box "Network error: Software caused connection abort". Is there some ...
0
votes
2answers
31 views

How do I automatically gain root access with Putty?

Putty is set up to run like: putty.exe -load mysession -l myuser -pw mypass But it logs me in as myuser. For root access I need to type in the console: sudo -i Then it asks for my password ...
0
votes
4answers
77 views

Cannot SSH log into Debian virtual machine from windows 7 via Putty

I have followed a tutorial from this website http://jtreminio.com/2012/07/setting-up-a-debian-vm-step-by-step/. I am up to the point in the tutorial where it says to login via SSH. I have installed ...
3
votes
1answer
52 views

Can a putty terminal window be made viewable in a web browser?

I often remotely connect via putty to client computers over ssh. I would like to share my putty session so the client can see the commands I'm running from a web browser. Is this possible to do? ...
0
votes
2answers
33 views

Sending files to CentOS machine via ssh

I'm using ssh and connecting to a linux machine for the first time from my Windows 7 machine and right now I'm using putty to access a CentOS machine via ssh. I need to transfer some big files to the ...
2
votes
1answer
48 views

Export putty settings (or sessions) from a linux to another linux

I've been searching the internet for an answer for this question but I found only answers for exporting from a windows to another (using regedit). Is it possible to export putty sessions from a linux ...
1
vote
1answer
33 views

I need this linux port forwarding command translated to putty

How can I translate this command to putty? I'm on a windows machine running putty. ssh -f HOST_A.net.local -L 2000:HOST_F.net.loal:3306 -N I'm following along with these links. But the -f flag ...
0
votes
0answers
11 views

ssh firefox endless connection, even when the ssh connection is closed

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
0answers
41 views

feed data to remote SSH linux script through putty/plink that were launch by vb.net

I am stucked thinking to send data to the SSH linux script while it is running in plink with vb.net. I am able to get the output & surely able to execute the SSH linux script with ...
2
votes
2answers
119 views

Putty: run a remote command after login & keep the shell running

What I'm trying to do: start a putty session from the command line, login to remote machine and cd to provided directory. putty.exe -agent -ssh some.host That will open a session & login with ...
2
votes
1answer
56 views

SSH tunnel in Putty says “address already in use” but that's not true

I've configured a putty session from Lubuntu to a VPS on the Internet via a proxy server. The connection to the VPS is correctly established, but the tunnel isn't. This is the tunnel configuration: ...
0
votes
2answers
45 views

ssh connection and X11 server, diverse issues

I'm using a machine in a town next to mine via ssh (with putty). I'm connecting through ssh, and after I log in that machine I start (with Xming running in my PC), a software that opens X11 window. ...
0
votes
0answers
22 views

Local display using Xming-Putty

I've been struggling with Xming and putty for a while and I can't make it work; I enabled X11 forwarding in putty, updated xauth list on the client side with the xauth list of the server side. ...
1
vote
0answers
63 views

Local display using Xming-Putty

I've been struggling with Xming and putty for a while and I can't make it work; I enabled X11 forwarding in putty, updated xauth list on the client side with the xauth list of the server side. ...
2
votes
1answer
76 views

How to copy a file using pscp through an intermediary gateway server hop

I have a linux jump box between me and a remote server. I have seen a few posts on how to do this with scp (e.g. here), but I am on a Windows box, so the situation is slightly different. I want to ...
1
vote
1answer
72 views

I accidentally deleted my /root folder and now my shell string is different. What gives?

I stupidly managed to delete my /root folder on CentOS. I re-created an empty /root folder and set root privs to it, but now my shell string in PuTTY is different. Whereas it used to say ...
1
vote
1answer
46 views

SSH tunnels with putty

Is this setup possible: isp -> tunnel-1 -> tunnel-2 -> destination tunnel-2 will be exit IP, but in the "tunnel-1" containter. So ISP should only see traffic from tunnel-1. The programs used should ...
0
votes
0answers
31 views

Proxy error : 403 forbidden when try login to SSH using Putty Client [duplicate]

Facts: My Op. SYstem is OpenSuse 11.3 SSH Client using PuTTY My local internet connection is using Proxy Firewall. Doing to PuTTY: Specifiying destination SSH + Port Set proxy connection under ...
2
votes
2answers
72 views

Configure default domain in Putty

I work at a big company with its own domain, and I SSH into servers every day, many times a day. Is it possible to simply type hostname instead of hostname.my.domain.com and still SSH successfully?
0
votes
1answer
94 views

Terminal highlight error when compiling with a make file

I have a simple make file and I want to highlite the word or line that contains "error:" to make it easier to see. I am SSH via Putty to the linux machine which may cause a problem but currently I ...
0
votes
0answers
108 views

VNC connection over SSH Tunnel with “middleman” server (Windows Viewer to Mac Server)

I NEED HELP! So I have a windows 8 PC (vnc viewer) and a iMac 10.8 Mountain Lion (vnc server) and a middleman server running ubuntu on a DMZ (all ports open). Both computers are behind a firewall ...
1
vote
3answers
125 views

SSH works in putty but not terminal

When I try to ssh this in a terminal: ssh username@sub.domain.com I get the following error: Connection closed by 69.163.227.82 When I use putty, I am able to connect to the server. Why is this ...
0
votes
2answers
68 views

SOCKS proxy on a local network

I have a Windows 7 machine that I use to open up a SOCKS connection using Putty on SSH. I set the tunnel to Dynamic localhost 8080 which I can use locally. How do I get a machine on the local ...
0
votes
1answer
183 views

ssh using putty to server outside vpn

I don't know too much about networking and I'm hoping someone can point me in the right direction. I'm not sure how to go about solving my problem... When I'm connected to my company LAN, I'm able ...
3
votes
0answers
76 views

Display Null Characters in PuTTy

I have a program which displays incoming data which is delimited by a null character (^A). I am accessing the server it is running on via PuTTY and When I open a log in a text editor these are ...
0
votes
2answers
216 views

Login to server through PuTTY and then switch user

I am using the following batch file to log in to my server as root: start C:\Putty_all\PUTTY.exe -v -ssh root@192.168.32.125 -pw password When I have logged in, I want to change user to oracle. How ...
0
votes
0answers
23 views

How to echo some text to clipboard in putty

Is it possible to send some text to windows clipboard from putty ssh bash window. With command, like: echo hello | XCLIP_PUTTY
1
vote
1answer
300 views

Using my putty ssh tunnel with my iPhone or PS3

I'm living in a student residence, which has a proxy blocking a high number of things. I have a (virtual) private server, running with ubuntu 12.04 LTS, with an openssh server. I have configured a ...
3
votes
1answer
422 views

Connecting to an SSH server from Client behind an NTLM Proxy

I'm trying to get to my SSH server on the internet from a corporate network. All connections to the outside internet have to be proxied through a server that check's for the NTLM hash of each client ...
0
votes
1answer
522 views

Unable to login AIX via putty, but able to ping

I am working on an intranet. I have some AIX servers, and I use to login them via putty. It works fine from some workstations, but I am not able to login from one of my windows workstation. I get ...
2
votes
2answers
48 views

Is it possible to decrypt remote files with key stored in pageant(local)

I connect from my windows desktop to linux(centos) vps using pytty, authenticating with key stored in pageant. Now I would like to store passwords in encrypted file and use them in scripts, but ...
0
votes
0answers
42 views

Given ssh keys, need alternatives

Alright so I've been having some problems logging into this system. I’m using putty and puttygen to handle private-public keys. This should be pretty simple but I'm still having problems with it. I'm ...
4
votes
1answer
68 views

How to create or convert private key in Unix/Linux in .ppk format which can be used in Windows PuTTY?

Is it possible to create or convert keys in Linux into .ppk format which can be used in PuTTY in Windows? Without downloading any additional software like puttygen, possibly using standard tools like ...
2
votes
3answers
85 views

PuTTy and SSHing into multiple servers

Background I have a bash_profile statement that dynamically sets my display variable (Im on wifi most the time) for when i need to run a few x windows programs off of our servers. if [ ! $DISPLAY ] ...
1
vote
1answer
496 views

Allowing multiple users SSH access to Ubuntu instance running on Amazon Web Services

It seems as if similar questions have been asked before, but the issue that I am having hasn't been raised or answered as a part of the answers provided to the other questions. So... I'm using an ...
1
vote
1answer
146 views

Access Denied While Logging In Via SSH (Putty)

I'm having trouble logging in to my server via ssh (putty) on a new username that I created. During the initial installation of the server, I setup a username of "admin". While logged in as "admin" I ...
-1
votes
2answers
67 views

SSH Linux server does not execute all commands properly

I connect to my webserver with Putty through SSH + password and wanted to generate a pair of keys to do the login for me. Unfortunately, the command gets somehow 'stuck'.. as you can see on the ...
0
votes
0answers
60 views

Can I create a tunnel / VPN for a game console if all I have is a remote Linux account?

I moved from the US to Europe, and I'd like to tunnel some traffic back "home". I have the following to work with: An non-sudo account on a Linux box in the United States A Windows laptop Various ...
0
votes
1answer
164 views

PuTTY - how to enter both username and password? [duplicate]

Possible Duplicate: If I typo my username when ssh-ing, is there a way to go back and change it? When logging in using PuTTY, I sometimes use a wrong or mistyped user name. PuTTY does not ...
2
votes
1answer
95 views

Can tmux and a SSH-client on Windows be more integrated?

I am using tmux on my Debian server and PuTTY on Windows. This works as expected, but sometimes I wish, to have a more Windows like feeling when working via SSH, eg. have separate windows for the ...
0
votes
1answer
160 views

Unable to Change Password for Private SSH Key

I'm running PuTTY Pageant on Windows, and I used it to generate a private SSH key with a .ppk extension. Now I want to change the password to that key, so I opened my Git bash terminal, cd'd to my ...
1
vote
2answers
475 views

how to copy a file over ssh from a remote machine?(linux to windows)

I am using putty to connect to a remote host and i wish to copy a folder containing multiple files from the remote machine to my local machine.i am on a windows machine and the remote machine is on ...
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 ...
0
votes
0answers
97 views

SSH To My Home Server From Another Location

I am at a location away from home and behind a firewall that does not allow any connections and any ports other than specific port to a specific ssh server. I am using Windows 7 and putty. Trying to ...
1
vote
2answers
468 views

Persistent PuTTY sessions for multiple windows

I'm working in various Linux environments through PuTTY connections which break from time to time. I'm looking for a solution to make the PuTTY windows persist (e.g. if I was editing a file, then ...
1
vote
1answer
166 views

What sequence does PuTTY send for ALT + DEL

When I connect to my Debian Wheezy Beta 4 server with PuTTY 0.62 on Windows 7 I'm experiencing a problem. My login shell is Zsh and it is configured to handle ALT + DEL for the action delete-word ...
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 ...
1
vote
1answer
285 views

Putty on Linux not working with username in host name field

I'm setting up a VM based Linux Mint 14 Cinnamon dev env and just installed putty to connect to my Ubuntu servers. Problem is that when I try to use "username@hostname" or "username@ip" (no quotes ...
1
vote
2answers
228 views

Moving cursor in PuTTY with mouse click?

I've used PuTTY to connect via SSH to my FreeBSD- and Ubuntu-servers for several years, and I always move the cursor by using the keyboard. However, I wonder if it's possible to move the cursor in ...

1 2 3 4