2
votes
1answer
39 views

Is it possible to x-forward windows apps to linux if windows PC running Xming?

I have been digging around looking for an answer to my question but have no been able to come up with anything. I know that xming server allows you to transparently run linux applications on windows ...
-1
votes
0answers
40 views

Connection closed by remote host [closed]

Restarted a machine with cygwin installed, getting a weird error after password success. Has anyone run into this before? user@172.XXX.XXX.XXX's password: debug2: we sent a password packet, wait for ...
0
votes
0answers
29 views

I'm able to remotely ssh into Cygwin on XP, but it warns “Could not chdir to home directory” and my /bin is almost empty

I've made a firewall exception, opened ports 22 through 443 to the correct internal IP (I think), and am able to log in using my external IP, but it's like I have very limited view access to almost ...
-1
votes
1answer
152 views

SSH Client for Windows that Allows Colors and File Explorer [closed]

I've tried out a few SSH clients to connect from Windows to Unix for school and I used putty, secure ssh client, and tessh, and bitvise. The only problem with the above is they all have either the ...
0
votes
0answers
449 views

Need help configuring Openssh on Win2008 via CYGWIN [closed]

I am trying to configure an OpenSSH server on Windows Server 2008 Datacenter via CYGWIN. I have installed and configured CYGWIN with OpenSSH and Basic LinuxUtils. I am logging onto the system on a ...
3
votes
2answers
1k views

Accessing Linux server from Windows machine in graphical mode via SSH

I need to access one of my school Linux servers from my home computer that runs Windows. And I need to access graphical desktop (X server) on them remotely, not only shell. The problem includes 3 ...
2
votes
1answer
569 views

Fastest remote X from Windows

I have the following set up: |-----------------| |---------------| | Windows | LAN (or VPN) | Linux box | | (local machine) | ...
1
vote
0answers
273 views

How to efficiently use Console2 with screen/tmux/byobu?

I'm using Console 2 and msysgit's bash to SSH into my Linux machines. There, I'm using screen (but considering tmux and/or byobu), but currently simply with one single-terminal session per ...
4
votes
3answers
462 views

Is it possible to download extremely large files intelligently or in parts via SSH from Linux to Windows?

I have a ~35 GB file on a remote Linux Ubuntu server. Locally, I am running Windows XP, so I am connecting to the remote Linux server using SSH (specifically, I am using a Windows program called SSH ...
3
votes
1answer
590 views

Can I use an SSH key generated on Linux from Putty?

I have been asked to generate a pair of SSH keys so that I can access a remote server for development. To generate the keys, I used the ssh-keygen tool on our CentOS box, which I successfully did. ...
5
votes
6answers
4k views

exit out of all SSH connections in one command and close PuTTY

Is there a way to back out of all SSH connections and close PuTTY in "one shot"? I work in Windows 7 and use PuTTY to SSH to various Linux hosts. An example of the way I find myself working: SSH to ...
5
votes
3answers
4k views

Can I connect to Windows machine from Linux shell?

I can connect to Linux machines from Windows using PuTTY/SSH. I want to do the other way round - connect to a Windows machine from Linux. Is this possible?
1
vote
1answer
1k views

Tmux border split in rxvt

I'm attempting to connect to my Arch server running tmux from my work Windows PC. I've found that while Console2 does a decent job with most things, it's not perfect, and I get all sorts of graphical ...
3
votes
1answer
753 views

ssh tunnel on ssh tunnel between Windows and two Linux machines

I have the following configuration and want to establish a tunnel on a tunnel. I read already the following topic: How to put a tunnel in a tunnel? My configuration: Notebook --> Linux Server A ...
0
votes
3answers
3k views

How to copy files from linux to windows using winscp from a folder which contains millions of files

I need to copy files from a linux machine to a windows machine where the only ports which can be open are for SSH (22). I can connect to the linux machine using WinSCP but the problem is once I try to ...
2
votes
2answers
459 views

rsync via ssh from linux to windows sbs 2003 protocol mismatch

I am trying to backup my linux webserver to our local windows sbs 2003 server in the office. I have set up ssh and cwrsync on the windows server and have confirmed that the linux server can reach the ...