Displaying 10 results from an estimated 10 matches for "ssk".
Did you mean:
ss
2001 Aug 24
3
matching character substrings
Hello,
Is there a function for searching a string for a given character? For
example, I have
transcriptions like
tsibi
tSibi
tibi
kibi
I want to search the character object for the presence of 's' or 'S' or
'k'.
I thought perhaps pmatch(c("k", "S", "s"), x) would work for me, but it
wants to compare from the start of the string and returns
2025 Jan 10
1
verify-required: ssh-keygen manpage ambiguity
...f the FIDO protocol, user verification is
independently requested during key creation and verification via
server (i.e.relying party in FIDO/WebAuthN terminology) side flags,
i.e. "user verification required" is not a per-key/credential, but
rather a per-operation property.
However, the `ssk-keygen` manpage states that:
> verify-required
> Indicate that this private key should require user verification for each signature.
This seems dangerously misleading in that it seems to imply that this
key creation choice somehow becomes an intrinsic property of a key,
which I...
2015 Jan 09
5
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
I run OpenSSH on linux
@ client
which ssh
/usr/local/bin/ssh
ssh -v
OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014
@ server
which sshd
/usr/local/bin/sshd
sshd -v
unknown option -- V
OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014
usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-c host_cert_file]
[-E log_file] [-f config_file] [-g login_grace_time]
2007 Apr 09
1
Problem on Dreamhost: engine for rails 1.1.6
Hi,
I''m trying to set up Substruct (shopping cart engine) on Dreamhost.
I failed several times and tracked down to the problem area.
I can reproduce the problem with these steps:
1. install rails
2. change public/.htaccess for fcgi
3. change public/dispatch.fcgi for RailsFCGIHandler
At this step, I can execute public/dispatch.fcgi without error.
4. svn co
2015 Jan 09
2
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
...: pubkey, password, ...
> I suspect key perms issues would've come up there.
Not so, only hostbased authentication uses the client's host keys, and
it is likewise the only method that uses ssh-keysign. Further,
ssh-keysign is only used for non-root users.
>
> Here's also the ssk-keysign perms
>
> client
>
> ls -al /usr/local/libexec/ssh-keysign
> -rwsr-xr-x+ 1 root root 459K Oct 11 06:51 /usr/local/libexec/ssh-keysign*
>
> ls -al /usr/local/etc/ssh/ssh.client.ed25519*
> -rw-------+ 1 root root 517 May 9 2014 /usr/local/etc/ssh/ssh.cl...
2007 Nov 18
0
Samba users not working
...rs = user
writable = yes
create mask = 0700
I cannot login, error (not access...)
but shares with default user are working..
Here is my smb.conf:
#======================= Global Settings =======================
[global]
## Browsing/Identification ###
workgroup = MSHOME
server string = SSK Failu Saugykla
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, bu...
2010 Aug 23
0
Announce: OpenSSH 5.6 released
...d for C_GetAttributValue (bz#1773)
* sftp(1): fix ls in working directories that contain globbing
characters in their pathnames (bz#1655)
* Print warning for missing home directory when ChrootDirectory=none
(bz#1564)
* sftp(1): fix a memory leak in do_realpath() error path (bz#1771)
* ssk-keygen(1): Standardise error messages when attempting to open
private key files to include "progname: filename: error reason"
(bz#1783)
* Replace verbose and overflow-prone Linebuf code with
read_keyfile_line() (bz#1565)
* Include the user name on "subsystem request for...
2010 Aug 09
8
Call for testing: OpenSSH-5.6
...AttributValue for != 0 (bz#1773)
* sftp(1): unbreak ls in working directories that contain globbing
characters in their pathnames (bz#1655)
* Print warning for missing home directory when ChrootDirectory=none
(bz#1564)
* sftp(1): fix memory leak in do_realpath() error path (bz#1771)
* ssk-keygen(1): Standardise error messages when attempting to open
private key files to include "progname: filename: error reason"
(bz#1783)
* Replace verbose and overflow-prone Linebuf code with
read_keyfile_line() (bz#1565)
* Include the user name on "subsystem request for...
2010 Aug 23
3
Announce: OpenSSH 5.6 released
...d for C_GetAttributValue (bz#1773)
* sftp(1): fix ls in working directories that contain globbing
characters in their pathnames (bz#1655)
* Print warning for missing home directory when ChrootDirectory=none
(bz#1564)
* sftp(1): fix a memory leak in do_realpath() error path (bz#1771)
* ssk-keygen(1): Standardise error messages when attempting to open
private key files to include "progname: filename: error reason"
(bz#1783)
* Replace verbose and overflow-prone Linebuf code with
read_keyfile_line() (bz#1565)
* Include the user name on "subsystem request for...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...t override
+ {
+ s += "::";
+ child->print(s);
+ }
+};
+
+enum class special_sub_kind {
+ allocator,
+ basic_string,
+ string,
+ istream,
+ ostream,
+ iostream,
+};
+
+class expanded_special_substitution final : public node
+{
+ special_sub_kind ssk;
+
+public:
+ expanded_special_substitution(special_sub_kind ssk) : ssk(ssk) {}
+
+ string_ref get_base_name() const override
+ {
+ switch (ssk)
+ {
+ case special_sub_kind::allocator:
+ return string_ref("allocator");
+ case special_sub_kin...