您的位置:首页 > 其它

Setup SSH and SVN on Windows Server

2014-06-05 12:20 417 查看
cygwin: install sshd, cygrunsrv

http://lifehacker.com/205090/geek-to-live--set-up-a-personal-home-ssh-server

http://grokcode.com/115/how-to-setup-a-windows-svn-repository/

if fails to start sshd, check log at /var/log/sshd.log

setup windows firewall
http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/install-SSH-Server-Windows-Server-2008.html
setup subversion

dump and import repos

transfer file over ssh

scp -P [port_number] [local_file] [username]@[host_address]:/path/to/destination/directory/



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: