search for: authorized_keys_

Displaying 8 results from an estimated 8 matches for "authorized_keys_".

Did you mean: authorized_keys
2003 Jun 20
0
[PATCH] Regression test portabilization.
...t5 t6 t7 t-exec +tests: $(REGRESS_TARGETS) CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 +clean: + @for F in $(CLEANFILES); do rm -f $(OBJ)/$${F}; done LTESTS= connect \ proxy-connect \ @@ -30,7 +33,6 @@ reconfigure \ forwarding -USER!= id -un CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \ ssh_config ssh_proxy sshd_config sshd_proxy \ rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ @@ -48,9 +50,9 @@ ssh-keygen -yf t2.out | diff - ${.CURDIR}/rsa_openssh.pub t3: - ssh-keygen -ef ${.CURDIR}/rsa_openssh.pub |\ - ssh-keygen -if /dev/stdin |\ - diff...
2007 Aug 16
0
No subject
...file { "${homefs}/$name/.ssh/authorized_keys": ensure => present, owner => $home_owner, group => $home_group, mode => 600, require => File["${homefs}/$name/.ssh"], source => "puppet://10.1.0.70/users/authorized_keys_$name" } file { "${homefs}/$name/.ssh/authorized_keys2": ensure => "${homefs}/$name/.ssh/authorized_keys", owner => $home_owner, group => $home_group, require => File["${homefs}/$name/.ssh/authorized_keys"],...
2003 Aug 19
3
splitting big authorized_keys files
...e public-key (preferably the last two - the first two won't differ much :-) and use that in a AuthorizedKeysFile-statement, and leaving AuthorizedKeys2File as-is - so the normal login procedure would go and use ~/.ssh/authorized_keys2 as usual, but it would try and use eg for "%h/.ssh/authorized_keys_%2p" a file ~/.ssh/authorized_keys_A2 or whatever and find there only the matching subset of keys. So the authorized_keys-file could be split along multiples of 16 (ie., one hex-character); so /16, /256, /4096, ... This way I could split my user-list in 256 files of about 60 entries each; th...
2007 Aug 22
12
Virtual resource not found
Hi All, I asked on IRC but didn''t have everything organized and most people seemed busy. Hoping someone can see what I''m missing here. I''m trying to create a network module, used similar to the ''users'' configuration described in the Best Practices document. I have a users module which has that and it works with similar syntax to below. If I
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
...a_key2" +mv $OBJ/user_key1-cert.pub $OBJ/cert_user_key1_2.pub + +trace 'try with identity files' +opts="-F $OBJ/ssh_proxy -oIdentitiesOnly=yes" +opts2="$opts -i $OBJ/user_key1 -i $OBJ/user_key2" +echo "cert-authority $(cat $OBJ/user_ca_key1.pub)" > $OBJ/authorized_keys_$USER + +for p in ${SSH_PROTOCOLS}; do + # Just keys should fail + ${SSH} $opts2 somehost exit 5$p + r=$? + if [ $r -eq 5$p ]; then + fail "ssh succeeded with no certs in protocol $p" + fi + + # Keys with untrusted cert should fail. + opts3="$opts2 -z $OBJ/cert_user_key1_2.pub"...
2018 Apr 24
2
AIX make checks issue
...???????????? no ??????? Port??????????????????? 4242 ??????? AddressFamily?????????? inet ??????? ListenAddress?????????? 127.0.0.1 ??????? #ListenAddress????????? ::1 ??????? PidFile /home/aixtools/openbsd/openssh-7.7p1/pidfile ??????? AuthorizedKeysFile /home/aixtools/openbsd/openssh-7.7p1/authorized_keys_%u ??????? LogLevel??????????????? DEBUG3 ??????? AcceptEnv?????????????? _XXX_TEST_* ??????? AcceptEnv?????????????? _XXX_TEST ??????? Subsystem?????? sftp??? /usr/libexec/openssh/sftp-server StrictModes no HostKey /home/aixtools/openbsd/openssh-7.7p1/rsa HostKey /home/aixtools/openbsd/openssh-...
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
...tal 3 2 + cat StrictModes no Port 4242 ListenAddress 127.0.0.1 #ListenAddress ::1 PidFile /opt/SSH/openssh-3.9p1/regress/pidfile AuthorizedKeysFile /opt/SSH/openssh-3.9p1/regress/authorized_keys_%u LogLevel QUIET AcceptEnv _XXX_TEST_* AcceptEnv _XXX_TEST Subsystem sftp /usr/libexec/openssh/sftp-server + [ ! -z LogLevel=DEBUG3 ] + trace adding sshd_config option LogLevel=DEBUG3 + [ Xyes = Xyes ] + echo add...
2018 Apr 21
4
build-issue on AIX with openssh-7.7p1 - easy correction! included
Get the following error: root at x065:[/data/prj/openbsd/openssh/openssh-7.7p1/openbsd-compat]make ??????? xlc_r -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -q64 -I. -I.. -I../../src/openssh-7.7p1/openbsd-compat -I../../src/openssh-7.7p1/openbsd-compat/.. -I/opt/include -DHAVE_CONFIG_H -c ../../src/openssh-7.7p1/openbsd-compat/strndup.c