Displaying 6 results from an estimated 6 matches for "keyless".
Did you mean:
  keylen
  
2005 Aug 16
2
SIP "agent" phone w/ headset
I have a call center where we're looking at converting it from a
traditional PBX w/ digital phone "agent" sets (keyless phones) that have
headsets to a SIP based environment.
I am having trouble finding anything on the market that resembles this
in the VoIP world.
For reference, we're currently using Inter-Tel Agent Sets, which are
basically a digital phone with out any keypad, buttons or handset, just
a line...
2010 Nov 23
1
Strange happening with new users and keyed access on diskless cluster
...rsion of Centos and all updates in place.
2)   users are added with home directory mounted across the nodes on the 
cluster so  a user's home directory would sit on /export/home with sym 
link from home on head node
3)  sshkey-gen used to create public/private key in .ssh so that user 
can have keyless access to all nodes, allowing sge jobs to run across nodes.
( if I have left any information out above - please let me know )
So here is the problem:
All of my current user base has had not issues what so ever with current 
arrangement and up to about a month ago I could create a user, use the...
2001 Jul 24
1
[PATCH] New Solaris Package script.
I finally finished a full rewrite of the solaris packaging software for
OpenSSH.  This is still very young, but it should be considered the
replacement for the existing system.
It's a fake root package build so any ./configure options you use that
changes where your configuration files and such go should be captured.
It's not fully tested.  However, I'm building packages for /opt and
2023 May 12
0
[Bug 3570] New: Add substitution token for explicitly selected IdentityFile for ControlPath selection
...rver is `restrict,command=/usr/bin/rrsync -wo some-path ...`. I
created a dedicated entry in my .ssh/config (an alias for the same
HostName and same user, but with a different IdentityFile). Then I
switched my backup command from running `rsync --delete dir
host:backup_path/` to `rsync --delete dir keyless-host:` (because
rrsync changes the path semantics). As I use a global ControlPath that
includes %h-%p-%r as recommended, this could have gone awefully wrong
had I not taken care to replace the ControlPath on the new Host: It'd
have seen the existing socket, and sent the command (that was intend...
2009 Oct 08
6
Eager Loading a Relationship That Has No PK/FK
I''m attempting to wrestle an old DB into Rails.
This relationship is giving me trouble:
class Show < AR::Base
  has_many :segments
end
class Segment < AR::Base
  belongs_to :show
  has_one :media  #this has no PK/FK relation
end
A Segment is "linked" to Media by Media.name, which is the result of
concatenating Segment.name and Segment.part. As I said there are is no
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports?
I have prepared reports directly with Jasper''s iReport tool using my
MySQL data.  It is a very powerful reporting tool.  The reports look
greate.
But I have not been able to produce the reports from my Rails
application.  I have followed the instructions provided at: