Displaying 20 results from an estimated 20000 matches similar to: "ssh-agent: How to use it properly?"
2005 Mar 21
1
no-pty option.
Hello list!
Not sure if this is a proper list to ask and it's not strictly
OpenSSH related.
I put the "no-pty" option on a key and try to login with it. As it
should be - the shell access is denyed.
However, I get an unrestricted access if I execute a command like
this:
$ ssh user at server /bin/sh
I get the shell that just has no prompt but works as usual.
All this
2005 Mar 24
1
"ssh user@server /bin/sh" vs "no-pty" option.
Hello List,
Do I get it right that I *MUST* chroot a user first and make
/bin/rssh his shell in the /etc/passwd to effectively restrict him?
There should be no /bin/ksh (or bash) in his jail?
If I do not jail him - no matter what is his passwd shell - he will
be able to issue "ssh user at server /bin/sh" still, right?
--
Best regards,
Anthony mailto:rz1a at
2005 Mar 10
2
OpenSSH and a "handicaped" flavour of UNIX.
Hello!
Is it possible to make the sources a bit more portable?
I'm on QNX4 with Watcom C v10.6B which has no support for int64.
I'd like to be able to compile as many modules as do not depend on
int64. (Currently I do not need SFTP that bad, the SSH is enough for
me)
--
Best regards,
Anthony mailto:rz1a at mail.ru
2006 Oct 15
1
gamma distribution don't allow negative value in GLMs?
Dear friends,
when i use glm() to fit my data, i use
glm(formula = snail ~ vegtype + mhveg + humidity + elevation + soiltem, *family
= Gamma(link = inverse),* data =a,))
It shows: error in eval(expr, envir, enclos) : *gamma distribution don't
allow negative value*.
But i use
result<-glm(formula = snail ~ vegtype + mhveg + humidity + elevation +
soiltem, family = poisson, data =a) #this
2006 Apr 04
3
degraded performance under domain login load
Hi guys,
Not sure how to diagnose this problem however i have recently
upgraded one of my schools sites from gentoo to freebsd which moved
us from samba 3.0.14 to 3.0.21b and the first thing I noticed was
when the students came to login if they all logged in at once the
performance of login was crippled to a near standstill!
As a test i swapped in the gentoo box and forced the upgrade to
2004 Mar 03
5
Running Delphi application.
Hi,
Some years ago I developed a Delphi application for my private use and
now I want it to run on Linux using wine. The application uses Paradox
database engine. I tried to install the engine itself but failed.
Eventually I installed the whole Delphi development environment with
wine. It certainly installed BDE but I can not run even the dbd32.exe
(database desktop).
Machine: RH9
HW: HP
2007 Aug 07
2
NTLM proxy auth against a Samba 3 server
Hi,
Is it possible to configure NTLM HTTP proxy authentication using
the winbind/squid "ntlm_auth" helper, to authenticate users against a
Samba 3 server?
I already have the NTLM auth working against a Windows 2003 Active
Directory, but I also have a completely separate Samba 3 server that I
would also like to configure NTLM proxy authentication against.
Please advise, as I can't
2000 Sep 18
1
ssh-agent and ssh2 servers...
I'm not on the mailing list, so I'd appreciate it if you could cc: me,
though I will keep an eye on the archives.
I am running openssh 2.2.0p1 on Debian GNU/Linux. I was pleased to
see that 2.2.0p1 had support for DSA keys in the agent, and I have
successfully used the v2 protocol to another openssh server with the
agent providing authentication.
I am also able to successfully connect
2002 Aug 13
1
Further comment on chroot patch for openssh-3.4p1
The way this was last supplied to this list (2002-07-13) has the chroot
after the call to 'setpcred'. In AIX 4.3.3 the call to setpcred changes
the uid and eff. uid to the user attempting to logon. Then the call to
chroot( new_home ) fails because AIX requires that any user issuing
the chroot subroutine be at root authority.
Net result: attempting to do a chroot after the call to
2024 Oct 16
1
Icecast Freelancer
Good morning,
On Wed, 2024-10-16 at 14:09 +0200, Nick Weisser wrote:
> Hi there,
hope you're fine. We try to reach you since months (by e-mail and by
snail mail) without any success. Even posted to the MOTD of your
server. Sadly we never got any reaction beside the delivery
confirmation of your mail server.
Would be very happy if you could come back to us with some working
contact
2014 Apr 16
6
[Bug 2228] New: ssh-agent passwords do not timeout properly
https://bugzilla.mindrot.org/show_bug.cgi?id=2228
Bug ID: 2228
Summary: ssh-agent passwords do not timeout properly
Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs at
2004 Aug 06
2
multiple liveice sources
Hmm... I haven't had that problem with the KPFA servers. I just
run two different configuration files. From my rc.local file...
echo Starting local icecast servers
/usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfa.conf -b > /dev/null 2>&1
/usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfb.conf -b > /dev/null 2>&1
Tim
On Mon, Sep
2001 Jul 07
2
Bad unaligned kernel access with ext3 0.8.0
Hello!
This is Kernel 2.4.6-ac1 with ext3-0.8.0 compiled with cvs-gcc
version 3.1 20010616 on alpha ev4.
I have prepared one ext3 filesystem to play with. When my rc-scripts call
mount -a during boot I receive this:
Jul 6 22:01:30 Marvin kernel: Bad unaligned kernel access at fffffc0000883f54: fffffc00063f2e6e 2a 2
and the mount of this filesystem fails. A subsequent manual second try to
2002 May 11
1
Samba + Windos XP/2k + Netbench Problem
Hi all,
there is a problem with the 'Default: nt smb support = yes' option in
smb.conf for at least Samba 2.2.3a and 2.2.4 (on FreeBSD 4.5-STABLE)
when using Netbench 7.0.2 on WXP or W2k clients.
If the client is set to run 2+ Netbench engines (to simulate 2+ real
clients) and 'nt smb support = yes', all but one engine fail pretty
quickly, usually during a movefile oder
2017 Nov 09
2
RSA Signatures using SHA2 provided by different ssh-agent are not properly verified
Hello,
as a follow-up on my mail some time last month where we were facing
weird issues when authenticating to new OpenSSH servers, I went down
the road to investigate what is really going on there and I found out
that even though all the logs in client and server happily say that the
SHA2 extension is used, under the hood there is just SHA1. This is
because the different agents are ignoring the
1999 Jan 29
4
CANNOT BROWSE (the solution)
Hi all.
I?m using the binary distribution of SAMBA 1.9.16 on SCO3.2v4.2.
Last weekend we got a new server. Installed all applications and all
worked fine (as expected) ...
but:
the win/nt clients could map the shares, but they could not browse the
SAMBA-box!
I checked the "browseable=" options, but everything looked ok.
Increasing the debug level and stepping through the logfiles
2000 Dec 28
2
ssh-agent, protocol 2, openssh-2.3.0p1
Hi --
I saw an email on December 26th in the openssh-unix-dev mailing list
archived on MARC, indicating that agent forwarding is indeed not working
for 2.2, but that it is working for 2.3. That email referred to a user
with 2.3 clients and 2.2 server. I am running the 2.3 client AND server
and am having a similar problem. The only unusual aspect of my installation
is that I'm using port 24
2005 Jun 19
4
dcom98.exe fails to install.
I used the tool wine-config-sidenet from
http://sidenet.ddo.jp/winetips/config.html which works great.
I installed wine 20041201 as recommended and started wine-config-sidenet
setup program and IE6 seemed to run great however, some URLs didn't work
for example: www.arkia.co.il.
Looking at the FAQ I noticed I should install dcom98.exe. When
installing it I got windows popup stating:
2013 Oct 01
2
Bug#603391: Bug#603391: Workaround PyGrub issue
Sorry didn't work. Aso it will only handle this special case, not the
general case of /dev/something.
# python GrubConf.py grub2 /home/tehadmin/snail-grub.cfg
WARNING:root:Unknown directive load_video
WARNING:root:Unknown directive terminal_output
WARNING:root:Unknown image directive load_video
Traceback (most recent call last):
File "GrubConf.py", line 467, in <module>
2004 Aug 17
4
Wild cards in "shorewall add" command
Hi
I am looking at converting a Linux terminal server box to iptables
using Shorewall 2.0. (At the moment it uses ipchains).
The server currently has scripts which are called as each user logs
in which run a series of "ipchains" commands to set the access
rights for that user (and again to cancel them when the user logs
out). My plan is to replace these scripts with ones that call