similar to: ssh_config man page

Displaying 20 results from an estimated 6000 matches similar to: "ssh_config man page"

2011 Sep 06
2
Announce: OpenSSH 5.9 released
OpenSSH 5.9 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches,
2011 Sep 06
2
Announce: OpenSSH 5.9 released
OpenSSH 5.9 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches,
2000 Nov 14
1
[PATCH] Added option 'RetryDelay'
Being rather aggrevated when testing at the enforced 1 second delay between each connection attempt and the useless 1 second delay done after all connection attempts have failed I wrote a patch to make the number of seconds delayed between each connection attempt configurable. Stephen -------------- next part -------------- diff -u --recursive openssh-2.3.0p1/ChangeLog
2013 Mar 22
3
Rake tests for hiera
Hi, I''m having a hard time figuring out how to make rake spec tests work correctly with hiera and puppet 3. Should I just give up for now until the various gems work with puppet 3? -- maarten -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2003 Oct 06
1
unexpected behaviour in OpenSSH_3.7.1
Hi, we have installed OpenSSH_3.7.1 in /usr/local. In our environment all machines mount /usr/local via NFS and automounter from a server. Because every machine should use its own keys (otherwise we had to export the directory with root priviledges so that every machine could read the private keys from /usr/local/etc/ssh), we created the keys in /etc/ssh and modified the configuration files
2011 Aug 14
10
Call for testing: OpenSSH-5.9
Hi, OpenSSH 5.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains a couple of new features and changes and bug fixes. Testing of the new sandboxed privilege separation mode (see below) would be particularly appreciated. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The
2000 Jun 06
0
connection timeout
Attached is a patch which adds a ConnectionTimeout option, and corrects the ConnectionAttempts documentation. Previously, ssh would try to make a connection ConnectionAttempts times, sleeping 1 second between tries. But each connection attempt could take a very long time to fail if the packets die before the get to the host. So if ssh is being run in a script or what-have-you, it might be
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
Works on my netbsd tinkerbox. NetBSD 5.0.2 NetBSD 5.0.2 (GENERIC) It uses rlimit. Privsep sandbox style: rlimit I also get warnings during make. fmt_scaled.c: In function 'scan_scaled': fmt_scaled.c:84: warning: array subscript has type 'char' fmt_scaled.c:111: warning: array subscript has type 'char' fmt_scaled.c:155: warning: array subscript has type 'char'
2009 Jan 15
2
Problem syncing large dataset
Hi, When using rsync-3.0.2 through 3.0.5, I get this error on a large dataset syncing from machine-a to machine-b: $ /bin/rsync -aHSz /local/. machine-b:/local/. invalid len passed to map_ptr: -1737287498 rsync error: error in file IO (code 11) at fileio.c(188) [sender=3.0.5] This happens no matter which side initiates the connection, so this fails in the same way: $ /bin/rsync -aHSz
2011 Jul 20
4
Integrating samba with existing AD
Hi everyone, I am currently trying to set-up a samba server in my network in order to replace the existing windows samba server. It's been now two weeks that I am struggling with a vicious problem, and I cannot see any issue right now. Before I loose all my hairs, I am sharing with you this problem : hopefully, someone will have a tip for me. The software involved : Server Linux
2017 Oct 27
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
?A wiki article about how to use php7.x on CentOS 7 has been written by ?Thibaut Perrin. His draft can be found in the Scratch section of: https://wiki.centos.org/ThibautPerrin ?Feedback welcome. Akemi? On Wed, Oct 25, 2017 at 2:20 PM, Thibaut Perrin <thibaut.perrin at gmail.com> wrote: > Hi, > > No problem, everyone has a life, I understand that ;) > > I've put the
2017 Oct 25
2
Documentation proposal
That would be perfect :) On 25 October 2017 at 02:34, Akemi Yagi <amyagi at gmail.com> wrote: > On Tue, Oct 24, 2017 at 2:53 PM, Thibaut Perrin <thibaut.perrin at gmail.com> > wrote: > >> Hi everyone, >> >> ThibautPerrin here, I would like to propose a How-To to use php7.x on >> CentOS 7, using the SCL, as most of the articles you can find on the web
2006 Feb 09
4
Setting up Ruby + RubyOnRails on the new intel mac (any feedback?)
Hi I''m about to attempt to setup RoR on an iMac powered by an Intel core duo. Before I start, is there anyone who would have some feedback about a similar setup (and likely, the caveats hidden down there) ? thanks! Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi, I''m interested in using a currency conversion web service in my rails app. Does anyone have a free service that they use and like? I found this one http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10 I''ve tried to make a simple, plain Ruby script to connect to this and get a conversion rate without success. How do I integrate a webservice into my rails app? I
2017 Nov 03
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi all, How long should we wait to decide if we should publish it elsewhere ? Thanks, Thibaut On 27 October 2017 at 16:05, [-=X.L.O.R.D=-] <xlord.sl at gmail.com> wrote: > Akemi, > > Thank for info, seems many developer are using ?centos-release-scl? these > days, that makes life easier, however, it is little to governance the > ?software source collection? if they are
2006 Mar 12
5
AR - Migrations - how to use a varchar as primary key instead of int ?
Hi I''d like to have a varchar primary key named id instead of the default int id. Does anyone knows how to specify this from migrations ? Should I also specify something in the model class ? thanks! Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060312/797bca4b/attachment.html
2017 Oct 24
2
Documentation proposal
Hi everyone, ThibautPerrin here, I would like to propose a How-To to use php7.x on CentOS 7, using the SCL, as most of the articles you can find on the web offer to do this using third party repositories, which might not be the most appropriate thing to do :) The location would probably be in the How-Tos I'm guessing, unless somebody has a better location to offer ? I already wrote the
2007 Nov 21
3
shrink a dataframe for plotting
I get tables with millions of rows. For plotting to a screen-size jpg, obviously just about 1000 points are enough. Instead of feeding plot() the original millions of rows, I'd rather shrink the original dataframe, using some kind of the following interpolation: -- split dataframe into chunks of N rows each, e.g. 1000 rows each -- compute average for each column -- issue one new row
2008 Mar 19
1
one/multi-dimensional scaling with incomplete dissimilarity matrix
Dear David, you asked this question a while ago on the R mailing list and got no answer. I have the same problem and was wondering if you had found a solution Cheers Loic Loic Thibaut, PhD candidate, ARC Centre of Excellence for Coral Reef Studies, School of Marine Biology, James Cook University, Townsville, Qld, 4811, Australia. Tel + 61 747 815 735, Fax: + 61 747 251 570, email:
2005 Nov 30
2
Samba Guide, SuSe and Yast
Hi, I'm using SuSe Linux Enterprise Server 9. I've setup a Samba/LDAP solution according to ch5 of the Samba Guide. It's working - that's great :-) Now I'd like to know if anyone tried to manage the users database using tools provided by Yast. Is there a risk to mess up everything ? Did anyone try that before ? Thanks for your help, Olivier Thibaut.