Displaying 20 results from an estimated 700 matches similar to: "sftp-server only in subdir possible?"
2007 Jan 20
1
Configurable restrictions
Today I modified OpenSSH so that it allows me to configure in a generic
way, restrictions on what server functions can be used by system users
after they authenticate. The partial implementation of my plans only
works for SSH2, but allows me to write entries like the following in
sshd_config:
ChannelReqDeny shell g restricted
ChannelReqDeny exec g restricted
ChannelReqDeny x11-req u
2008 Apr 03
3
[Bug 971] New: zfs key -l fails after unloading (keyscope=dataset)
http://defect.opensolaris.org/bz/show_bug.cgi?id=971
Summary: zfs key -l fails after unloading (keyscope=dataset)
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: other
AssignedTo:
2008 Dec 12
4
Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)
Hi list,
After reading rsync docu and doing online search, I still failed to find
a simple solution for following problem:
The goal is to sync two directories using rsync without running the
rsync daemon on one of the two hosts. The standard shell sync does not
work because of the network topology:
Ssh connect to SRC-Host
^
Base host (with ssh keys)
v
Ssh connect to bridge
2006 Dec 08
2
F6C1500-TW-RK
is there a way to override the productid (like -x productid=1234)
when using newhidups? just thought i'd try it with the F6C1500-TW-RK
over usb.
i was able to get hidups to work using the below settings, but it
provides limited information.
my ups.conf entry:
[belkin]
driver = hidups
port = /dev/usb/hiddev0
and the output of upsc:
gateway:/etc/nut# upsc
2020 May 28
2
Question: llvm-link type merge behaviour of c++ classes
Hi LLVM community,
I'd like to ask a question regarding the behavior of llvm-link:
My code contains Classes which are structurally equivalent but they are totally unrelated and distinct on a c++ point of view.
However, if the compiled IR gets processed by llvm-link, these types are merged together.
My question is: Is this expected behavior or a bug?
To explain it more in detail, a reduced
2007 Mar 18
3
authenticating with LDAP and SSL
I managed to configure Dovecot to use a local OpenLDAP server to
authenticate clients, without using SSL. However, I would rather that
LDAP is accessed using SSL, but I cannot get Dovecot to connect. All
that I did was change "uris" to "ldaps://localhost", and this appears in
the maillog:
Mar 18 12:53:00 server dovecot: Dovecot v1.0.rc15 starting up
Mar 18 12:53:01 server
2004 Jun 11
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From robbat2 at gentoo.org 2004-06-11 15:34 -------
will this ever be implemented, or is it waiting for somebody to send in code
for it?
existing $HOME/.ssh/known_hosts file has the following format:
'host keytype keydata'
where host is a either an IP or a name that resolves to the IP of the machine
in
2015 Jun 30
3
how is the sha fingerprint generated?
% cat ext_rsa.pub| sed -r 's/.*(AAAA[^ ]+).*/\1/' | sha256sum
~/.ssh swlap1
d4bf8b06f2d9d9af7a11583a5367205ed310a84f0dee68d062e2ddca1e85c3ff -
% ssh-keygen -lf ext_rsa.pub
~/.ssh swlap1
8192 SHA256:FgrfxmdjTM/j4wwRa7nVdPSUaJdqHYMJtJ6aciPl9ug swilson at swlap1 (RSA)
Why do those differ and how would i generate the equivalent (mainly
just curious)? I've also tried base64 and a
2001 Apr 23
2
getting cygwin to run under wine
Hi!
I am trying to run CygWin, the Win32 version of gcc and friends, under
wine. Why am I not running gcc directly? It's a long story.
Anyway: I installed cygwin OK, but when I go to c:\cygwin\bin and do a
'wine bash.exe', something _seems_ to flash up on the screen and I am
notified that Wine exited with a successful status. Is there a way to
make bash stick around so that I
1999 Jul 22
1
Mounting smb
Hi, I noticed your message in the digest and I'm having the same
problem. I can get into my Win98 machine use smbclient, but I want to
mount the drive in /mnt. But when I go to do that, it whines about
client names and the like. Have you managed to do it? If so, can you let
me know how as I'm almost tearing my hair out here!
-
Stuart Luscombe
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
Here''s my comments for the preliminary ZFS Crypto review.
- Dan
Webrev: http://cr.opensolaris.org/~darrenm/zfs-crypto-gate/webrev/
General comments:
DEA-1 - SCCS keywords need to be removed
DEA-2 - Copyright updated
------------------------------------------------------------------
usr/src/lib/libcryptoutil/common/keyfile.c pkcs11_read_data()
This code in pkcs11_read_data() scares
2006 May 26
5
MySQL Editor
Got an easy question. What is the GUI editor used in the tutorial videos to
edit the mysql database?
--
--
Jason K
_
=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060526/e75e6029/attachment.html
2008 May 13
4
Trick user to send private key password to compromised host
Hi list,
I do not known, if this is really an issue but i noticed that when
connecting to a remote ssh host with the standard linux openssh client
using a private key, that there is no line of text indicating when the
local key-passwd process was completed and the connection session was
established.
On a compromised host, the login shell could write the line 'Enter
passphrase for key
2005 Jan 26
1
Rsync Error Code 23?
Hi All,
I have an error code 23 (shown below) which I can't debug:
I am using:
$ rsync --version
rsync version 2.6.2 protocol version 28
Here's the command I execute:
rsync -av --delete /Users/mydir /Volumes/FireLite\ 60\ GB/backup/
After the transfer which apparently transfers the files correctly, I
get the following error code:
wrote 2630815 bytes read 200 bytes 78537.76
2006 Jan 23
1
Do you know a decent ROR newssite??
Hi,
is there a really cool website for the latest ruby on rails news??
The official page remains fairly stagnant and i dont know anywhere else
to look.
Any ideas?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 28
1
Branches
I've got more changes on my to-do list, but I want to ensure I'm
making my changes against the right branch.
* I'm working with trunk now. I don't think its TCP tunneling is as
secure as the UDP tunneling. It looks like its IVs and HMACs are
added and verified in send_udppacket and receive_udppacket. The TCP
connection encrypts but doesn't have these anti-modification
2008 May 05
1
libsieve support
Hi,
I was wondering - are there any plans on switching the sieve plug-in to use
libsieve (http://libsieve.sourceforge.net/)? The rationale of using this
library is simple - cmusieve codebase seems stagnant and libsieve promises to
implement some new sieve rfc drafts.
--
matik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2004 Aug 06
3
[Re: icecast2 ??]
On Sat, 28 Dec 2002, Adon Irani wrote:
| woah do0d . that's a crackp0t theory if i ever heard one .,
|
| i'll offer an alternate theory . KiSS - keEp it simple sir ; why should
| the icecast2 developers be guilt-tripped into repeating icecast's
| performance ?
Icecast2 is icecast2. I'm talking about it's lack of innovation (ogg
streaming! woopdefuckingdoo) as well as
2004 Jul 07
1
Cisco, Sip, Linux, ISDN
I am one of the few people left in the US with a ISDN connection to the
internet. (Internet cable has been promised "Real Soon Now" for a couple
years). Worse, my home network runs on a decrepit Cisco 2500 series
router, and is double-natted via a firewall, which is why I currently
use iax to call anywhere.
I have been making ever-increasing use of my asterisk PBX, and I'm ready
2017 Feb 11
2
[RFC][cifs-utils PATCH] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file
Chad reported that he was seeing a regression in cifs-utils-6.6. Prior
to that, cifs.upcall was able to find credcaches in non-default FILE:
locations, but with the rework of that code, that ability was lost.
Unfortunately, the krb5 library design doesn't really take into account
the fact that we might need to find a credcache in a process that isn't
descended from the session.
When the