Displaying 4 results from an estimated 4 matches for "jamesb".
Did you mean:
james
2000 Oct 25
3
having some trouble using another user's RSA/DSA keys
...openssh-2.2.0p1
Configured with: --prefix=/usr/local/openssh --enable-gnome-askpass
--with-tcp-wrappers --with-ipv4-default --with-ipaddr-display
My goal here is to, as root, forward a local privileged port over an
ssh tunnel to another host using a normal user's login, i.e.:
root:# ssh -2 -l jamesb -i ~jamesb/.ssh/id_dsa -L 26:localhost:25 remotehost
So far, I am finding it impossible or impractical to do this. Am I doing
something wrong? Here's a description of my experiences:
1) First I tried it as shown above, specifying the unprivileged user's
key on the command line with the...
2009 Sep 06
1
An incompatible font ?
Hello,
It seems I found a font which doesn't work with wine. It doesn't appear in any font choice dialog as usual or like other fonts. However this font isn't corrupt because I tested it with Open Office 3 and its working.
http://www.dafont.com/fr/romance-fatal-serif.font
Does it do the same for anyone else but what should I do to make it work ?
Thank you in advance
2004 May 31
1
Failover: iconnecthere to voicepulse
Hi all,
I'm working on a setup for a small office. I'd like to use SIP/iconnecthere
most of the time, because they're cheap. But they only allow a single call.
When the single iconnecthere line is in use, I'd like to use IAX2/voicepulse
instead:
exten => _1NXXNXXXXXX,1,Dial,SIP/BYEXTENSION@iconnect
exten => _1NXXNXXXXXX,2,Dial,IAX2/npI42VoD38@voicepulse/${EXTEN}
Well,
2004 Nov 29
0
Multiple groups and access
Hi folks.
I have set up a Samba server for a small company to share docs. The
implementation was smooth and has been stable ever since. Now, the admin
staff needs a change made and I am wondering how best to implement it as
painlessly as possible.
The requirement is to change the folder/file access so it denies access
for some members while still allowing access for others. Simple, right?
Wrong.