2
votes
0answers
28 views

SVN via SSH not working on Windows with Tortoise SVN

I have SSH access to a FreeBSD machine which has svnadmin (and the rest of the necessary utilities) installed. svn is version 1.7.9 (r1462340). I am on Windows 7 x64, using Tortoise SVN 1.7.7. I have ...
0
votes
0answers
11 views

Active Directory RealmFlags trust for delegation

I have a setup with a Samba4 AD server. I want to mark my AD as trusted for delegation. So when logging in via putty to my linux server I want the kerberos ticket to be delegated. What I have now is ...
0
votes
0answers
12 views

SSH agent forwarding not working with Putty on Windows, but is working from OSX (rackspace)

I have Putty running on Windows 7 64-bit, and am able to login using my local key/passphrase to a jump server, but from there I am not able to login to the other servers. While this is working from a ...
0
votes
0answers
38 views

Local display using Xming-Putty

'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
116 views

SVN through a port-forwarded Tunnel “Network Connection Closed Unexpectedly”

I work in an organization with (unnecessarily) stringent security requirements. Last year, we set up an SVN server on a cloud machine. The requirements for this machine dictated that the only approved ...
2
votes
2answers
33 views

Injecting RSA key to putty

I want to ssh to a remote machine with a rsa key. In linux, it is simple: ssh -i file.rsa username@remote.com But how can I do that in windows using putty?
0
votes
1answer
168 views

SSH to bitbucket returing Permission Denied (publickey)

So I am trying to clone a repo to a directory on my Ubuntu server but I keep getting a Permission Denied (publickey) error. This is very weird because my output for ssh -T git@bitbucket.org shows ...
0
votes
0answers
17 views

How to print/copy the output of a command on IRONPORT

I have to take health checks every day from ironport servers and store some information regarding the server's status at that point of time on a excel sheet. How can I automate this process. I have ...
-1
votes
2answers
220 views

PuTTY alternatives to work faster and more efficiently - Windows [closed]

Using putty as my ssh client for my different servers. I am far from that level that everything is in the spine which means I quite often need to Google for information on how I perform various ...
0
votes
0answers
32 views

Can't open GAE app using KiTTY ssh port forwarding

I have one vm with Linux that runs my GAE application. I have another vm with Windows where I have Kitty and set port forwarding from 8080 to linux-vm:8080. So on Windows I could open a browser, point ...
-1
votes
1answer
97 views

SSH - Find multiple files and delete them

We have a bunch of old deprecated files that reside inside of 400 subdomain directories. I'm trying to delete them out in 1 shot. One of these old pages is called index1.php. I was able to figure ...
-1
votes
2answers
182 views

Connected to Putty SSH and cannot access local tomcat server [closed]

I have an Oracle Database at a remote server. I have created a SSH tunnel (using putty) to that remote database server and I am able to access that database server using 127.0.0.1:1521. I am creating ...
-1
votes
1answer
89 views

SSH Tunnel for RDP [closed]

I have my PC in LAN at work (PC-WORK 192.168.1.x) and a SSH server with one interface looking at LAN (PC-SSH 192.168.1.xx) and WAN (88.88.88.88) What I need is to get Remote Desktop to PC-WORK from ...
2
votes
2answers
252 views

changing colors of files/dirs in linux ls

I use putty with a black background and was wondering if there was or is a way to change the colors of the dirs which are dark blue. i noticed DIR_COLORS.xterm and DIR_COLORS do they play this role? ...
1
vote
1answer
75 views

Connecting to remote host via putty

I am getting the following error when i try to connect to a remote host. Can't connect to X11 Windows server using "0:0" as the value of the display variable. How do i get past it? Other info: I ...
3
votes
1answer
108 views

SSH - Putty Private Key and Passphrase

For giving remote access to a linux server, the administrator generated the public and private key pair probably using the Putty Key Generator and sent me the .ppk file. I loaded the .ppk file (having ...
1
vote
0answers
302 views

SSH (Putty) after establishing Cisco Anyconnect VPN connection [closed]

I am trying to access my work computer from home. All the computers on my company's network have public IP addresses, but traffic into them is stopped by a firewall, requiring us to us Cisco VPN ...
1
vote
2answers
150 views

ssh on Window Vista and Ubuntu 12.04 [closed]

On my Fijitsu system with intel processor, I could not ssh from my Window Vista partition using PUTTY and also could not ssh from my Ubuntu 12.04 partition. I am try to ssh into a remote machine ...
0
votes
5answers
123 views

How to copy a file over SSH?

I need to copy a file that apparently is only accessible over SSH (http.conf). I am very ignorant in this area and have virtually no experience with using an SSH client, so my hours of trying have ...
2
votes
2answers
381 views

Function keys over SSH/PuTTY to SCO unix

I am trying to set up SSH to a SCO Unix server that runs custom software that uses the function keys on the keyboard, however the keys do not appear to be in the correct format for SCO to recognise. ...
3
votes
1answer
370 views

X11 Forwarding works on Windows with Xming and Putty, but not with ssh command line

I have a micro Amazon instance the I want to use for testing and everything is going fine until the title. If I set up all the info in PuTTy, open it up and run 'xclock', all runs perfectly and it ...
5
votes
3answers
587 views

Windows-to-linux: Putty with SSH and private/public key pair

I spent about 3 hours trying to figure out how to connect to a linux box from my windows machine using putty without having to send the password. This is connecting to an Ubuntu server that is using ...
0
votes
1answer
127 views

login with rsa to my vps

I successfully added a rsa key my root account. since I don't want everything in my root acc, I created a new user. but for some how, I keep getting "server refuses our keys" message :S I did ...
4
votes
1answer
935 views

Auto-storing server host key in cache with plink

i've been trying to issue commands using plink to retrieve information from my external server. note that these plink commands are ran from a binary that expects no input from the user. is there a ...
0
votes
1answer
773 views

SSH Public Key Authentication not working with PuTTY

I have created a virtual machine and installed Redhat 6. I am having issues connecting using public key authentication. I can use PuTTY on my Windows host to connect to the redhat guest, where I am ...
4
votes
2answers
668 views

SSH from PuTTy to Debian “authorized_keys is not a regular file” Error

I cannot connect from my Windows 7 computer using PuTTy to a newly configured Debian Squeeze server using SSH RSA key authentication. I get this error when running SSH in debug mode: User myuser ...
2
votes
1answer
175 views

SSH - sent password / access granted very slow

I wrote a question the other day regarding slow authentication. disabling GSSAPIauth did the trick. However, I am now faced with another issue. When reviewing the PuTTY event logs, i now have ~20 ...
-1
votes
1answer
78 views

how to set up ssh tunnel to acces administartion space [closed]

My administration space is accessible via a specific port (4848) and I want to block this port to increse security . I have already disabled remote access to my database too and acces it via ssh ...
-1
votes
1answer
308 views

Bash script exit on error (set -e) closes putty SSH session

I'm using set -e to force my script to exit whenever an error occurs running a command. However this has the side effect of closing my putty terminal window that I am using to connect via SSH to the ...
-4
votes
2answers
181 views

“No such file or directory exists”? [closed]

Ok, so I have this Virtual Dedicated Server laying around, and I thought I'd turn it into a game server. So, I used wget in PuTTy to download the Half-Life Game server installer package, but when I go ...
2
votes
2answers
418 views

How to get Home, End, Delete keys working for PuTTY SSH sessions to Cisco ASA?

I want to be able to use Home, End and Delete keys when using PuTTY to access the CLI on my Cisco ASAs. Currently when I use these keys I see the ~ character. I have tried changing the PuTTY session ...
0
votes
2answers
141 views

ssh/putty binds to wrong networkcard

I'm using FreeSSH on my server and Putty on my client. I'm trying to make a port (3333) on my server connect to my local PC. This way my PC port is visible to the outside. However, when I look with ...
-3
votes
1answer
176 views

Downloaded file with putty on CentOS. Trying to locate file with cPanel [closed]

I've downloaded a file with putty over ssh til my server. This was downloaded to a users root folder. This is a zip-file with a site that I want to unzip in cPanel. How can I locate the tar.gz in ...
1
vote
0answers
247 views

No ssh connection parallels plesk with root, could not get shadow information for NOUSER

I want to login to my vServer with ssh and putty. When I connect to the server with putty, I am able to enter username and password. When the password is wrong, I get "Access denied." But when it's ...
2
votes
1answer
2k views

SSH Reverse Port Forwarding with PuTTy - how to specify bind address

Using Putty, I have set up a reverse proxy which allows me to connect on port 8080 of the server at server.tld to port 80 of the machine which initiated the SSH connection. The server allows me to ...
0
votes
3answers
815 views

Remote access to Centos server not working

we have a Centos server and currently SSH access to it isn't working. It used to work until some 5 days ago. Now, the only way to log into the machine is to do it locally. We have tried SSH both using ...
0
votes
1answer
262 views

Cant Login using SSH or Filezilla FTP

I had been using linode successfully for the last 3 months. The server OS is a Ubuntu 10.04 LTS. From a few hours, I am not able to login through SSH via putty. After I enter the username and ...
0
votes
3answers
564 views

Delete key not working when PuTTYed in to AIX box using Korn shell

I manage an AIX box at work using PuTTY. I'm using ksh in vi-mode. When I press the Delete key (not backspace) the case of following characters is toggled instead of the character under the cursor ...
1
vote
1answer
120 views

SSH stops at “using username” with IPTables in effect

We used UFW but couldn't make the Source Dedicated ports open, which was weird, so we purged UFW and switched to IPTables, using Webmin to configure. If the inbound chain is on DENY and SSH port open ...
0
votes
1answer
686 views

Putty -> session does not start login

I have a vServer. Ping and Traceroute are ok. Now I want to open an ssh session to the vServer with putty. Yesterday, all was fine! But Today , if I start the session, there is only the console with ...
1
vote
1answer
159 views

Putty fatal error after I enter CLI?

I am new to the whole virtual linux world. And this particular problem is strange and after a day of googling I find myself again on serverfault so thanks for your time! I created a linux ec2 ...
15
votes
6answers
4k views

Is there a GUI alternative to Putty SSH for transferring files?

Or any gui ssh for amazon ec2 linux instance servers? I need to transfer files between two linux virtual servers and currently I have Putty (which amazon recommends). However I am new to the ...
4
votes
2answers
195 views

From log file into terminal in realtime

I'm on Ubuntu. Is it possible to open putty and watch as a log file updates right in terminal? Like if stdout would have been directed in terminal? For example I have one application's stdout and ...
6
votes
2answers
2k views

Can I use an SSH tunnel to access a web server that's listening on a different IP/Port on the same server?

CentOS 5.x I've got a web server that isn't quite ready for general availability but I'd still like to test some things remotely. Can I leverage an SSH tunnel to connect to the server and then use ...
1
vote
1answer
166 views

inner network access with ssh

I use putty on windows vista to establish ssh connection to ubuntu on ec2. I want the ubunto to do wget on some iis url in my vista. This url is not exposed to the web. Is there a way to establish ...
3
votes
2answers
413 views

Why are quotes and other non-alphanumeric characters not being rendered correctly when I ssh?

The following is a line from the the mysql man page when accessed from my computer running ubuntu with the gnome gui "Command-Line Options that Affect Option-File Handling". This line gets rendered ...
0
votes
1answer
1k views

'POSSIBLE BREAK IN ATTEMPT' in /var/log/auth.log when you use private key in putty?

When when I ssh into my server from windows using putty without using public key authentication I get no indication of a "BREAK IN ATTEMPT" in /var/log/auth.log However when I use DSA keys and set ...
7
votes
6answers
1k views

Why should I use a well-known port number? (ex. 22, 80, etc…)

I just set up remote ssh for the first time with openssh. I was able to ssh into my server with putty using the following three settings: /etc/init.d/ssh restart # What ports, IPs and protocols we ...
0
votes
1answer
92 views

TortoiseSVN Function as a remote viewer of Linux-based Repository

I'm currently trying to run TortoiseSVN as a "remote viewer" of an existing repository on a Linux RHEL server (running svnserver). This should in theory be possible, if the 'shell' interface works as ...
1
vote
1answer
197 views

PuTTy does not use Pageant for authentication

Aim is to use Pageant with PuTTy to avoid giving the key phrase multiple times a day. With default configuration in PuTTy, specifying username@host is not enough to trigger it to use the Pageant that ...

1 2 3