Displaying 7 results from an estimated 7 matches for "boetting".
Did you mean:
betting
2006 Jan 19
3
ownership of authorized_keys
Hi,
I would like to make it impossible for users to change the
contents of the authorized_keys-file.
I just found out about the sshd_config setting:
AuthorizedKeysFile /etc/ssh/authorized_keys/%u
But even in that case that file has to be owned by the user,
unless I set ``StrictModes no'' which would allow other
nastyness. I would like to request that that file could also be
owned by
2024 Oct 22
2
Fwd: KnownHostsCommand /usr/bin/sss_ssh_knownhosts %H breaks if host entry in ~/ssh/config exists specifying the IP
This command fails
% ssh tarzan
KnownHostsCommand-ORDER /usr/bin/sss_ssh_knownhosts 10.10.11.14 failed,
status 1
KnownHostsCommand failed
If there is an IP entry in ~/.ssh/config
Host tarzan
hostname 10.10.11.14
So I created a wrapper:
% cat /usr/bin/sss_ssh_knownhosts.wrapper
#!/bin/sh
/usr/bin/sss_ssh_knownhosts "$@" || true
Which works around the problem and does make ssh
2008 Nov 28
2
feature request: single line mode.
Hi,
I have this feature request for slow connections, I don't even
know if it is possible but here goes:
On slow connections making typos is very annoying because of low
latency. Could you add a feature which only sends complete lines,
like with an IRC client where nothing get's sent until you hit
return?
Or would this not be an ssh feature at all but rather a terminal
emulator feature?
2008 Oct 13
1
upsc does not dig connection from other hosts
I got a bunch of configfiles that look like this:
mgmt-dev:/etc/nut# grep -v 'niets' *
ups.conf:[ups]
ups.conf:driver=newhidups
ups.conf:port=auto
upsd.conf:ACL all 0.0.0.0/0
upsd.conf:ACL localhost 127.0.0.1/32
upsd.conf:ACL remote 192.168.110.0/24
upsd.conf:ACCEPT remote
upsd.conf:ACCEPT localhost
upsd.conf:REJECT all
upsd.users:[monuser]
upsd.users:password = mypass
upsd.users:allowfrom
2005 Oct 11
1
ogg123 + replaygain?
Hey
When playing an http ogg stream served by icecast, ogg123 (vorbis-tools-1.0.1) seems to
detect replaygain metadata because it displays it in a nice way, but does ogg123 actually
alter the playback volume according to the replaygain variables? I can notice no effect.
I did some googling on this but didn't find much help. I discovered a vgplay patch for
vorbis-tools 1.0.1 but after
2003 May 20
2
problem with id3 tags
Hi,
I just had a problem that is not described in the faq and it was quite
hard to find the right fix so I wanted to send it here, hoping it will
be added to the faq.
The error message is the same as in:
http://www.xiph.org/archives/vorbis/200210/0073.html
Warning: Hole in data found at approximate offset 5238000
bytes. Corrupted ogg.
In this case it was caused by id3tags added by grip.
2005 Apr 09
0
not everybody uses bash
Though most people do have which installed somewhere.
--- klibc/Makefile.orig 2005-04-08 18:34:56.827117248 +0200
+++ klibc/Makefile 2005-04-08 18:36:08.000297280 +0200
@@ -18,12 +18,12 @@
echo 'ARCH=$(ARCH)' >> $@
echo 'CROSS=$(CROSS)' >> $@
echo 'KCROSS=$(KCROSS)' >> $@
- echo "CC=$(shell bash -c 'type -p