search for: rstenstra

Displaying 4 results from an estimated 4 matches for "rstenstra".

2024 Oct 18
3
Confusion using "ssh-add -D" and then "ssh-add -l"
On Fri, Oct 18, 2024 at 11:38:37AM +0100, Chris Green wrote: > I'm confused by the following:- > > rcfg at q957$ ssh-add -l > 256 SHA256:gl9l9m/xnYpL9P7WkL60L+FcJ0+r2c5Ci770p9VEC08 chris at q957 (ED25519) > 256 SHA256:4XDYbepg8zK43pofpQ8IGxMAXkej298a0XZHWjJTIQQ chris at q957 (ED25519) > 3072 SHA256:yeQw8xe9rrxHKLqICoXNwReZKKV9HI1UeTCf95QywXM chris at t470
2024 Oct 18
1
Confusion using "ssh-add -D" and then "ssh-add -l"
...twork & Client security secunet Security Networks AG Tel.: +49 201 5454-3976 Fax: +49 711 900300-90 Mobil: +49 174 9750449 E-Mail: nils.rennebarth at secunet.com Neue Br?cke 3 70173 Stuttgart www.secunet.com ______________________________________________________________________ Sitz: Kurf?rstenstra?e 58, 45138 Essen, Deutschland Amtsgericht Essen HRB 13615 Vorstand: Axel Deininger (Vors.), Torsten Henn, Dr. Kai Martius, Jessica Nospers Aufsichtsratsvorsitzender: Ralf Wintergerst ______________________________________________________________________ -------------- next part -------------- A n...
2012 Nov 21
2
Moving file after transfer
Hi, I\m writing a VFS module that needs to move a file, after it is transferred, to a folder that is not shared. The shared folders that use this VFS module are used to sent files for processing by another application. The module signals the application that it has work to do and moves the file. So far I've been using the last close call, moving the file after doing SMB_VFS_NEXT_CLOSE().
2012 Nov 26
2
Samba4 on CentOS 6.3 - IPTABLES how-to???
Hello, I do appologize if this is something that was already discussed somewhere else... but for now I was not able to find the appropriate How-To. Would anybody know what the IPTABLES entries are to have working Samba4 Domain Controller? I tried the following: -A INPUT -p tcp -m state --state NEW -m tcp --dport 88 -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 749 -j ACCEPT -A