Displaying 8 results from an estimated 8 matches for "tfoerste".
2024 Aug 25
3
[Bug 3722] New: check ssh key (and other parameters) before running the proxy command
...hancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: toralf.foerster at gmx.de
$> ssh -i ~/.ssh/foo -o proxyCommand="sh -c 'ssh-keygen -N password -f
foo'" nobody at nowhere
Warning: Identity file /home/tfoerste/.ssh/foo not accessible: No such
file or directory.
Connection closed by UNKNOWN port 65535
$> ls -l ~/.ssh/foo*
-rw------- 1 tfoerste tfoerste 444 Aug 25 14:13 /home/tfoerste/.ssh/foo
-rw-r--r-- 1 tfoerste tfoerste 95 Aug 25 14:13
/home/tfoerste/.ssh/foo.pub
--
You are receiving this mail b...
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
...uld better be
hard-linked only instead of being transferred twice.
What is really curious - at the beginning of using this backup solution (some
weeks ago) the <dest> doesn't contain an older version of that file, and there
hard-linking worked IIRC.
The NTFS drive is mounted read-only:
tfoerste at n22 ~ $ mount | grep C
/dev/sda1 on /mnt/C type ntfs
(ro,noexec,nosuid,nodev,noatime,uid=1000,gid=100,umask=0027)
<src> is /mnt/C/notes/data/archive/
<dest> is /mnt/media/daily/f/
<old dest> is /mnt/media/weekly/b (given as ../../weekly/b at the command line)
Here yo...
2017 Mar 19
8
[Bug 2695] New: inconsistent outout of "ssh.add -l" between ed25519 and rsa keys
...Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at mindrot.org
Reporter: toralf.foerster at gmx.de
$ ssh-add -l
256 SHA256:H7Rl8OShjUdLmaItsuIBt6sg44mhm6WLpXDoAAGVYck tfoerste at t44
(ED25519)
4096 SHA256:0x+umkyb9RYASDtNJ+280PII+2aFbmyAMDvIwNgh6bM
/home/tfoerste/.ssh/id_rsa-github (RSA)
4096 SHA256:shLZ2PU4MGlaz4JZ5jSWXVp/waiXgKtEdH/fOWuvzdQ
/home/tfoerste/.ssh/id_rsa-kvm (RSA)
2048 SHA256:JOyhKxIGyKw/lTmuNUELgylq4lyHQt1WD5us3jCwZs4
/home/tfoerste/.ssh/id_rsa-n22 (RSA)...
2011 Mar 16
1
changing dpi with regeidt doesn't work
I'm wondering what's wrong with the follwoing command :
tfoerste at n22 ~ $ wine regedit ~/Wine/dpi.reg
regedit: setValue failed to open key System\CurrentControlSet\Hardware
Profiles\Current\Software\Fonts
tfoerste at n22 ~ $ cat Wine/dpi.reg
[System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"LogPixels"=dword:00000073
Pls reply...
2014 Aug 31
4
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
...ardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs at mindrot.org
Reporter: toralf.foerster at gmx.de
This is my config (stable 32 bit Gentoo Linux) :
tfoerste at n22 ~ $ cat .ssh/config
Host n22kvm
IdentityFile=/home/tfoerste/.ssh/id_rsa-kvm
Host n22stab4
IdentityFile=/home/tfoerste/.ssh/id_rsa-uml
I#d expect, that ssh-copy-id would not transfer id-rs.pub to n22kvm
when I run, but in fact I have to explicite?y specify the public key
otherweise ssh-key...
2011 Sep 19
1
GnuTLS error but wine thingks tes is ok
I'm wonder whether this :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
...
ntlm.c:1343: Tests skipped: NTLM package not installed, skipping test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: GnuTLS internal error.
...
is w...
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
.../tmp/rsync_test/a/ /tmp/rsync_test/b
.d..t...... ./
>f+++++++++ rand1M
$ touch /tmp/rsync_test/c/rand1M
$ rsync --archive --itemize-changes /tmp/rsync_test/a/ /tmp/rsync_test/c
--link-dest=/tmp/rsync_test/b
.d..t...... ./
>f.st...... rand1M
$ ls -il /tmp/rsync_test/?/*
909361 -rw-r--r-- 1 tfoerste users 1048576 Sep 14 15:12
/tmp/rsync_test/a/rand1M
909370 -rw-r--r-- 1 tfoerste users 1048576 Sep 14 15:12
/tmp/rsync_test/b/rand1M
909377 -rw-r--r-- 1 tfoerste users 1048576 Sep 14 15:12
/tmp/rsync_test/c/rand1M
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- Yo...
2011 Sep 26
0
Fwd: Re: GnuTLS internal error in wine test case
Hello,
the following test case failed at my gen6too Linux using GnuTLS 3.0.3 :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p
secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: An unexpected TLS packet was received.
GnuTLS error: A TLS fatal alert has been received.
schannel.c:748:...