Displaying 6 results from an estimated 6 matches for "liljegren".
2009 Dec 02
2
User executional bit set when creating/modifying file on linux server from linux client
...admins to upgrade it... but if it's a
config problem, that's easier...
I use linux mount.cifs version: 1.12-3.4.3
On another computer here, runnig ubuntu instead of debian, and
mount.cifs 1.12-3.3.2, modifying files does NOT set u+x!
Example:
Initial directory:
fiddur at ydalar:~/mnt/liljegren/tmp$ ls -la
totalt 0
drwxrwxr-x 2 fiddur fiddur 0 2 dec 09.51 .
drwxrwsr-x 15 fiddur fiddur 0 2 dec 09.51 ..
Creating file with touch doesn't get any u+x:
fiddur at ydalar:~/mnt/liljegren/tmp$ touch test1
fiddur at ydalar:~/mnt/liljegren/tmp$ ls -la
totalt 0
drwxrwxr-x 2 fiddur fiddur 0...
2010 Apr 29
12
[Bug 1765] New: Error message if key not first in authorized_keys file
...ys file
Product: Portable OpenSSH
Version: 5.5p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: anders.liljegren at uadm.uu.se
If a public key with an associated IP address or domain name in the
"from=" field is not on the first line in the authorized_keys file, an
error message is printed twice in the log:
Apr 29 15:20:03 alaemon sshd[16333]: Authentication tried for http with
correct key but no...
2010 Nov 22
9
[Bug 1841] New: Error message if key not first in authorized_keys file
...keys file
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: anders.liljegren at uadm.uu.se
If a public key occurs twice in the authorized_keys file but with
different IP addresses or domain names in the "from=" field, and if the
a connection is made from the IP address or domain name of the latter,
then the following error message is printed twice in the log:
N...
2004 Jan 09
2
IPv6 broken under AIX?
...type 2 DSA
debug1: Bind to port 22 on 172.17.1.2.
Server listening on 172.17.1.2 port 22.
debug1: Bind to port 22 on 130.238.4.133.
Server listening on 130.238.4.133 port 22.
debug1: Bind to port 22 on 32.1.6.176.
Bind to port 22 on 32.1.6.176 failed: Can't assign requested address.
--
Anders Liljegren Mail: IT-st?d, Uppsala universitet
Phone: +46 18 4717751 Box 887
Fax: +46 18 4717725 SE-751 08 UPPSALA
mailto:anders.liljegren at its.uu.se Sweden
mailto:anders.liljegren at minicall.uu.se (<130 chars, end with empty line)...
2005 Mar 18
1
Setauthdb defined twice in openssh-4.0p1 on AIX 5.3
...; ! /*int setauthdb(const char *, char *);*/
> /* these may or may not be in the headers depending on the version */
> #if (HAVE_DECL_AUTHENTICATE == 0)
> int authenticate(char *, char *, int *, char **);
I guess this really should be done in a smarter way using a test.
--
Anders Liljegren Mail: IT-st?d, Uppsala universitet
Phone: +46 18 4717751 Box 887
mailto:anders.liljegren at its.uu.se SE-751 08 UPPSALA
http://www.anst.uu.se/andelilj Sweden
2000 Feb 25
0
Letting PAM add a user
Hello. I have a linux-based system that acts as a cvs-server on an
NT-domain. The cvs-repository is reached whith ssh.
My comments are for version 1.2.2 (debian distribution 1.2.2-1).
I made a pam-module for adding users automatically when they have been
authorized by the pam_smb_auth. Problem is that sshd checks if the user
exists in passwd before going to pam for authorization. I made a