Questions tagged [copssh]

Copssh is an OpenSSH server and client implementation for Windows systems.

Copssh is an OpenSSH server and client implementation for Windows systems with an administration GUI. It is a packaging of portable OpenSSH, Cygwin, some popular utilities, plus implementation of some best practices regarding security. You can use Copssh for remote administration of your systems or gathering remote information in a secure way.

13 questions
10
votes
4 answers

Clone works, remote push doesn't. Remote repository over copssh

I've "setup-a-msysgit-server-with-copssh-on-windows", following Tim Davis' guide and I was now learning how to use the git commands, following Jason Meridth's guide, and I have managed to get everything working fine, but now I can't pass the push…
Rui
  • 494
  • 1
  • 6
  • 20
4
votes
1 answer

Cloning git repository from Windows with CopSSH and MSysGit

I'm having trouble setting up a Git server on a computer running Windows 2003 Server. I installed CopSSH on the server, and can successfully connect to the server with SSH. Then, I installed MSysGit on the server (Just the compiled executables).…
ThatOtherPerson
  • 834
  • 6
  • 18
3
votes
2 answers

Git post-update hook cannot pull

I am currently setting up a git schema as described here. The server in question is running Windows Server 2008 R2, using copSSH and msysGit. The jist of it is a pair of git repos: one bare repo that is pushed to and then another non-bare repo that…
2
votes
1 answer

Setting up Git server on Windows with CopSSH, but got this error: does not appear to be a git repository

I follow the steps to set up the Git server here: https://github.com/msysgit/msysgit/wiki/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-CopSSH , everything work correctly until the last step that I clone the repository from server. At…
Albert Zhang
  • 757
  • 1
  • 8
  • 19
1
vote
1 answer

MSysGit & CopSSH not appering to locate the id_rsa file on windows server 2008

I have an interesting issue where I cannot connect via SSH to to ServerA from ServerB in order to migrate a repository, Over SSH using MSysGit & CopSSH. I have no problems accessing ServerA & B from other machines. but when I attempt a simple ssh…
d sharpe
  • 189
  • 2
  • 12
1
vote
2 answers

Is it possible to make the git repo url shorter by any setting on private server

I config a private git server on win10 64bit system. I used CopSSH service and putty client. Now I can clone a repo successfully. HOWEVER The repo url looks like this ssh://user@server:22/Program Files (x86)/ICW/home/hp/myapp.git Since I use…
Shihe Zhang
  • 2,641
  • 5
  • 36
  • 57
1
vote
4 answers

how i can execute windows batch file from UNIX-AIX?

How can I execute windows batch files from UNIX-AIX, where I installed copssh?
Osama Ahmad
  • 805
  • 4
  • 12
  • 18
1
vote
3 answers

Automate sending of files through sftp using copssh

Every month we send reports to a server using FTP. We run a query on a database to create the files then use the ftp functionality in LabVIEW to do the transfer. This runs on a Windows system. This works fine but now we have to switch to using SFTP…
Swinders
  • 2,261
  • 4
  • 29
  • 43
1
vote
1 answer

SHA Key with Windows and MsysGit/Free CopSSH

OS (for better or worse) is XP I am having some issues, I have seen other questions but none seem to apply to me. I have CopSSH installed and I can log in using cleartext password. Now I want to upgrade that to SHA keys. I use PuttyGen to get a…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
0 answers

Script is no longer executing correctly after Windows upgrade and switching to copssh

I have an issue after Windows (from 2012 to server 2019) and Office (to 2016) update to newer versions. When we call a VBscript remotely thru ssh it does not work correctly. The issue we have with the scripts called thru ssh is still present and…
0
votes
2 answers

jcraft with copSSH throws Algorithm negotiation fail error in windows environment

I'm developing java program to connect with windows server over ssh. For this I used jcraft on java. And the ssh server is copSSH. The implementation throws Error: com.jcraft.jsch.JSchException: Algorithm negotiation fail error on java. At the…
sugunan
  • 4,408
  • 6
  • 41
  • 66
0
votes
0 answers

creating an sshd server using apache libraries requires me to alter the commands server side but it works if i connect to another ssh server

Requirements: Write my own ssh server that allows msysgit to communicate with a repo (pull, push, etc) using the ssh protocol and going though my ssh server. I'm running on Windows 7. using git remote definition of: git remote set-url origin…
Coder
  • 1,375
  • 2
  • 20
  • 45
0
votes
1 answer

CopSSH cannot start interactive Python and does not show outputs of interactive programs

I have having a problem with the CopSSH actually that I installed on Windows7.... When I try to open interactive Python from a SSH session to Windows7, I cannot. [myuser@myhostname]$/cygdrive/c/Python27/python # My comment: Nothing happens... It…
amulllb
  • 3,036
  • 7
  • 50
  • 87