search for: ssh_options

Displaying 20 results from an estimated 21 matches for "ssh_options".

2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
...free(rscpcmd); exit(errs != 0); } @@ -383,7 +398,7 @@ len = strlen(ssh_program) + strlen(argv[i]) + strlen(src) + (tuser ? strlen(tuser) : 0) + strlen(thost) + strlen(targ) + - strlen(ssh_options) + CMDNEEDS + 20; + strlen(ssh_options) + strlen(rscpcmd) + 20; bp = xmalloc(len); if (host) { *host++ = 0; @@ -403,7 +418,7 @@ "%s%s %s -n "...
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success. I''ve been installed: cwRsync to ssh I ran rake remote:exec ACTION=setup --trace and get: Anyone knows how to get capistrano log ssh comunication? Any idea? Thanks rake aborted! End of file reached c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot iator.rb:51:in `readline''
2012 May 30
1
need assist with upstart config problem
...-o ExitOnForwardFailure=yes : Wait until connection successfully # completes before daemonizing # -o ServerAliveInterval=15 : Keep connection alive every 15 seconds # -q : Run quietly, do not produce local output. # -T : disable pseudo-tty allocation # SSH options used env SSH_OPTIONS=" -o ExitOnForwardFailure=yes " env SSH_OPTIONS=${SSH_OPTIONS}" -o ServerAliveInterval=15 " # SSH switches used: env SSH_SWITCHES=" -fNqT " exec ${SSH_BINARY} ${SSH_OPTIONS} ${SSH_SWITCHES} -l ${LOGIN_USER} -i ${LOGIN_IDENT} -L ${LOCAL_HOST}:${LOCAL_PORT}:${REMOTE_...
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello, I know many people are asking this kind of question. I searched in this forum and some others in the web but i did found something clear enough for my "ror''s power" (i''m not completly new but real close ;-) ) Well, I''m developing my application on os x, i''m using svn (team choice) for versionning but i will need to deploy on linux server (with
2009 Apr 21
1
Env var for options/config
Is there any way to define openssh options via an env var? Something like: SSH_OPTIONS='-oBatchMode=yes ...' or SSH_CONFIG=/path/to/alternate/ssh_config The reason I'd like to be able to use this is so I can override certain options without interfering with the users normal configuration file. In the case of commands that indirectly call ssh, like cvs, there'...
2005 Dec 22
3
How to specify SwitchTower SSH port
Hi ! Following Ezra's suggestions on http://brainspl.at/pages/perfect_vps, I changed the port sshd listens to. I'm trying to setup SwitchTower, and I don't know how to set the port. Where should that be configured ? I can't see anything in switchtower.rake, nor can I see it in the source. If this already exists, can anybody point me to documentation. If not, can I get any
2006 Jan 26
7
Switchtower Port Issues
Hi there, I''m having some difficulties finding some decent info on getting Switchtower to function for my needs. I''ve read most of the Switchtower doc on http://manuals.rubyonrails.com/read/chapter/97, however it''s not answering some potent questions I have. 1. The doc mentions, as an example, using an SVN repos at http://svn.switchtower.com/flipper/trunk What if I
2006 May 17
1
capistrano and svn+ssh on non-standard port
...SH="ssh -p 2323" Now I can do a checkout from the command like using something like this... svn checkout svn+ssh://xx.xxx.com/path/to/trunk It works. But now I try to use this configuration in Capistrano, by setting... set :repository, "svn+ssh://xx.xxx.com/path/to/trunk" ssh_options[:port] = 2323 I''m running Capistrano with the user account that has the SVN_SSH defined in .bashrc, and it doesn''t work. I''m getting an error like this when trying to deploy [xx.xxx.com] executing command ** [out :: xx.xxx.com] ssh: connect to host xxx.xxx.com po...
2008 Mar 17
3
[Bug 1448] New: Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448 Summary: Report wrong command-line options Classification: Unclassified Product: Portable OpenSSH Version: 4.6p1 Platform: Other
2006 Nov 11
3
tunneling through stdin/stdout, source routing
Hi, quite often I find myself using commands like $ ssh foo nc bar 12345 to connect to another host behind a firewall, and I also have a lot of these commands in my ssh config file. Since this relies on the server having netcat available (which a lot don't, or in some really old version that will not shut down properly) it breaks often, and I wonder whether it would make sense to have an
2006 May 14
1
scp patch to delete source files after copy
At work we have a large collection of scripts to move log and config files around. These depend on commercial (F-Secure) ssh/scp, as it supports the -u option to delete the source file after (successful) copying. That is the sole reason we can't run openssh on our 150+ unix boxes. I have attached a patch below, which adds the -u option to delete the source file after copying, provided there
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2001 Oct 16
6
program-prefix does not work
...413 **** suser = pwd->pw_name; else if (!okname(suser)) continue; ! snprintf(bp, len, "%s%s %s -n " "-l %s %s %s %s '%s%s%s:%s'", ssh_program, verbose_mode ? " -v" : "", ssh_options, suser, host, cmd, src, tuser ? tuser : "", tuser ? "@" : "", ! thost, targ); } else { host = cleanhostname(argv[i]); ! snprintf(bp, len, "exec %s%s %s -n %s " "%s %s '%s%s%s:%s'&quo...
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
...figuration:0x235b0a8 ...>>, @configuration=#<Capistrano::Configuration:0x235b0a8 ...>, @sessions={}>, @now=Wed Jul 26 21:26:18 UTC 2006, @variables={:current_dir=>"current", :repository=>nil, :shared_dir=>"shared", :gateway=>nil, :scm=>:subversion, :ssh_options=>{}, :user=>nil, :deploy_to=>#<Proc:0x023e2698@/usr/local/lib/ruby/gems/1.8/gems/capistrano- 1.1.0/lib/capistrano/configuration.rb:55>, :revision=>#<Proc:0x023e22b0@/usr/local/lib/ruby/gems/1.8/gems/capistrano- 1.1.0/lib/capistrano/configuration.rb:62>, :original_value=>{...
2006 Apr 22
1
Capistrano - SSH Port
I''ve been deploying with Capistrano for a while now, and have had no problems... until now. When I try and do a "cap deploy", cap tries to connect to my remote server via SSH on port 22... even though in my deploy.rb, I''ve had the following set: ssh options[:port] = 8081 I did a "sudo gem update --remote capistrano", and I''m up to speed on the
2009 Mar 20
4
[Bug 1576] New: ssh-add doesn't have --help or --version options
https://bugzilla.mindrot.org/show_bug.cgi?id=1576 Summary: ssh-add doesn't have --help or --version options Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: unassigned-bugs at mindrot.org
2000 Aug 18
0
[PATCH] Support symlinks in scp of openssh 2
...lines changed, so as to minimize the difficulty of understanding and accepting this patch. Index: scp.1 --- scp.1.prev +++ scp.1 Fri Aug 18 04:24:46 2000 @@ -20,5 +20,5 @@ .Sh SYNOPSIS .Nm scp -.Op Fl pqrvC46 +.Op Fl aLpqrvC46 .Op Fl P Ar port .Op Fl c Ar cipher @@ -69,4 +69,9 @@ .It Fl o Ar ssh_options specify options to be passed to ssh. For example: "-o UsePriviledgePort=no" +.It Fl a +Archival copy. Shorthand for "-Lpr". +.It Fl L +Preserves symbolic links as such, instead of following them and +copying their targets. .It Fl p Preserves modification times, access times...
2013 May 10
8
[Bug 1448] Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #4 from Darren Tucker <dtucker at zip.com.au> --- whatever it is, it
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are correct and I''m using zsh locally (bash on remote), so the shell shouldn''t be a problem. It never asks for the SSH password, even. Any help you could give would be greatly appreciated. Thanks. Kenneth -- => the blog from beyond <= => www.eyeheartzombies.com <=
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together because many people say it''s a good combination to use. I already have apache setup (was using it with the PHP version of my site formerly). I''ve installed all gems and dependencies that I need on my slice (using slicehost). I have a fully pushed git repository (master) on github (private git) with one