Displaying 20 results from an estimated 38 matches for "lastkey".
Did you mean:
laskey
1997 Oct 06
0
xterm "secure console" insecure
...eutzig
*/
#include <X11/Xlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
int main(int argc, char **argv) {
Display *disp;
int i, changed;
char *s;
struct timeval shorttime;
char keys[32];
char lastkeys[32];
shorttime.tv_sec = 0;
shorttime.tv_usec = 10;
s = getenv("DISPLAY");
disp = XOpenDisplay(s);
if (NULL==disp) {
fprintf(stderr, "%s: can''t open display %s\n", argv[0], s);
exit(1);
}
for(i=0; i<32; i++) {
keys[i] = 0;
lastkeys[i] = 1;
}...
2001 Feb 20
3
ssh-agent and id_dsa
Hi!
I am distributing 2.5.1p1 for production use on my system by now and prepare
switching to protocol 2 as default protocol.
I just noted, that ssh-agent can be used for protocol 1 and 2, but the
keys kept in ssh-agent are not compared against keys in .ssh.
Example: I have a DSA key in id_dsa which I load into ssh-agent on login.
When connecting to an account accepting the key everything is
2002 Oct 08
2
Memory fault on HP-UX 11.0, 3.4p1
...teractive,password
debug3: authmethod_is_enabled publickey
debug1: next auth method to try is publickey
debug1: userauth_pubkey_agent: testing agent key /root/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 400377a0 hint
-1
debug2: input_userauth_pk_ok: fp
7a:44:be:6c:94:18:fb:0c:ff:e5:1a:9a:07:98:a5:27
debug3: sign_and_send_pubkey
debug3: clear_auth_state: key_free 400377a0
debug1: ssh-userauth2 successful: method publickey
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_ne...
2016 Jun 07
2
getGraphicsEvent on X11 and event queuing
...been pressed.
Is anyone interested in fixing (1) and (2)? Or is there some other
library or workaround to solve my problems?
Here is some code I used to play around with these functions:
X11(type="Xlib");
keydown = function(key) {
cat("Got key: ",key);
lastkey <<- key
}
setGraphicsEventHandlers(onKeybd = keydown);
plot(c(0,0));
getGraphicsEvent();
Well, I think it's great that getGraphicsEvent exists at all, and want
to salute Duncan Murdoch who is listed as the author. I hope I may
have helped by describing some new poss...
2001 May 24
0
occasional ssh hang
...rauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try privkey: /root/.ssh/id_dsa
debug1: try pubkey: /root/.ssh/id_rsa
debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 0x8112050 hint
2
debug1: read PEM private key done: type RSA
debug1: ssh-userauth2 successful: method publickey
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1: client_init id 0 a...
2002 Apr 26
7
[Bug 227] 2nd Client Instance Can Login Without Authorization
http://bugzilla.mindrot.org/show_bug.cgi?id=227
------- Additional Comments From mouring at eviladmin.org 2002-04-26 15:03 -------
Provide us with your environment and a reproducable example.
The only thing I can think of is that you are using ssh-agent and you've
registered your key with the agent the first time. Thus it is now usable for
all following SSH sessions (from your account)
2002 Nov 25
2
weird behaviour of commands option : bug or not ?
Hello
I think I've found a bug but since no one replied to me on comp.security.ssh,
I'll try my luck here.
On my client, PreferredAuthentications is set to publickey,password.
When using the commands option in authorized_keys file like
command="ls" ssh-dss <key>... it is supposed to connect using the private key
associated with <key>, perform ls and then quits.
2001 May 04
0
Exit status strangeness
...SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can
continue: publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try privkey: /home/ipopovet/.ssh/id_rsa
debug1: try pubkey: /home/ipopovet/.ssh/id_dsa
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 434 lastkey 13a380 hint 2
debug1: read PEM private key done: type DSA
debug1: sig size 20 20
debug1: ssh-userauth2 successful: method publickey
debug1: fd 5 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: channel_new: 0
debug1: send channel open 0
debug1: Entering interactive session.
debug1...
2002 Nov 06
2
scp output redirection doesn't work...
...got SSH2_MSG_SERVICE_ACCEPT
> debug1: authentications that can continue:
> publickey,password,keyboard-interactive
> debug1: next auth method to try is publickey
> debug1: userauth_pubkey_agent: testing agent key rsa-key-20020913
> debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 20043ab8 hint
> -1
> debug1: ssh-userauth2 successful: method publickey
> debug1: fd 4 setting O_NONBLOCK
> debug1: fd 5 setting O_NONBLOCK
> debug1: channel 0: new [client-session]
> debug1: send channel open 0
> debug1: Entering interactive session.
> debug1: ssh_session2_...
2016 Jun 07
0
getGraphicsEvent on X11 and event queuing
...g (1) and (2)? Or is there some other
> library or workaround to solve my problems?
>
> Here is some code I used to play around with these functions:
>
> X11(type="Xlib");
>
> keydown = function(key) {
> cat("Got key: ",key);
> lastkey <<- key
> }
>
> setGraphicsEventHandlers(onKeybd = keydown);
>
> plot(c(0,0));
> getGraphicsEvent();
>
> Well, I think it's great that getGraphicsEvent exists at all, and want
> to salute Duncan Murdoch who is listed as the author. I hope...
2002 Jun 26
0
Public Key Authentication Bug - I can connect without problem
...SSH-2.0-OpenSSH_2.5.2p2
debug1: ......
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: userauth_pubkey_agent: testing agent key /home/rumen/.ssh/skala_rsa.id
debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 151 lastkey 0x808d758 hint -1
debug1: ssh-userauth2 successful: method publickey
debug1: ......
NO problem to CONNECT
debug1: ......
debug1: Exit status 0
2005 Jul 01
1
auto login failure: PEM_read_PrivateKey
...rauth_pubkey_agent: no message sent
debug1: Trying private key: /home/breeze/.ssh/identity
debug1: Trying private key: /home/breeze/.ssh/id_rsa
debug1: Offering public key: /home/breeze/.ssh/id_dsa
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-dss blen 432 lastkey 0x80860f0 hint 2
debug2: input_userauth_pk_ok: fp
9e:72:3d:cd:6f:87:cf:aa:8e:d6:3d:71:18:04:99:7a
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
2002 Jul 17
1
[Bug 357] SSH does not handle "Protocol" option in ~/.ssh/options properly
...UEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue: publickey
debug1: next auth method to try is publickey
debug1: userauth_pubkey_agent: testing agent key /home/dfs/.ssh/id_dsa
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 433 lastkey 0x80890f0 hint -1
debug1: ssh-userauth2 successful: method publickey
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: channel request 0: pty-req
debug1: channel request 0: shell
debug1: fd 3 setting TC...
2016 Jun 09
3
getGraphicsEvent on X11 and event queuing
...t; some other library or workaround to solve my problems?
>>
>> Here is some code I used to play around with these
>> functions:
>>
>> X11(type="Xlib");
>>
>> keydown = function(key) { cat("Got key: ",key); lastkey <<- key }
>>
>> setGraphicsEventHandlers(onKeybd = keydown);
>>
>> plot(c(0,0)); getGraphicsEvent();
>>
>> Well, I think it's great that getGraphicsEvent exists at
>> all, and want to salute Duncan Murdoch who is lis...
2001 Jul 26
1
possible bug: OpenSSH appears to freeze on exit
...remaining preferred: password,keyboard-interactive
debug3: authmethod_is_enabled publickey
debug1: next auth method to try is publickey
debug1: try pubkey: //.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 434 lastkey 10ae98 hint
1
debug2: input_userauth_pk_ok: fp
b2:48:f6:61:cd:b8:d0:b5:58:85:95:be:7e:20:68:a8
debug3: sign_and_send_pubkey
debug1: read PEM private key done: type DSA
debug1: sig size 20 20
debug1: ssh-userauth2 successful: method publickey
debug1: fd 6 setting O_NONBLOCK
debug1: channel 0: new [c...
2001 May 04
1
ssh_exchange_identification
Guys, I think that I have ran into a bug. I am running openbsd 2.8 and I upgraded to the lastest verison of openssh 2.9 but when I did that it started giving me this error "ssh_exchange_identification: Connection closed by remote host" when I try to log into the machine even when I am on the machine and try to ssh localhost it gives me the same message. I have read every FAQ I could find
2002 Aug 21
1
Authenticated with partial success ?
...MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
debug1: next auth method to try is publickey
debug1: try privkey: /home/martin/.ssh/identity
debug1: try privkey: /home/martin/.ssh/id_rsa
debug1: try pubkey: /home/martin/.ssh/id_dsa
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 817 lastkey 0x8093dd0 hint 2
debug1: read PEM private key done: type DSA
Authenticated with partial success.
debug1: authentications that can continue:
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue:
debug1: next auth method to try is password
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
...,keyboard-interactive
> debug3: authmethod_is_enabled publickey
> debug1: next auth method to try is publickey
> debug1: try pubkey: //.ssh/id_dsa
> debug3: send_pubkey_test
> debug2: we sent a publickey packet, wait for reply
> debug1: input_userauth_pk_ok: pkalg ssh-dss blen 434 lastkey 10ae98 hint
> 1
> debug2: input_userauth_pk_ok: fp
> b2:48:f6:61:cd:b8:d0:b5:58:85:95:be:7e:20:68:a8
> debug3: sign_and_send_pubkey
> debug1: read PEM private key done: type DSA
> debug1: sig size 20 20
> debug1: ssh-userauth2 successful: method publickey
> debug1: fd 6 sett...
2002 Aug 19
0
[Bug 387] New: command="" in authorized_keys fails when sshd_config has "PermitRootLogon forced-commands-only"
...ent a publickey packet, wait for reply
debug1: Remote: Forced command: echo yes
debug1: Remote: Pty allocation disabled.
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 0x810acb8 hint -1
debug2: input_userauth_pk_ok: fp 3d:8d:0c:63:4c:31:62:7a:de:c7:b6:aa:58:b2:07:5a
debug3: sign_and_send_pubkey
debug3: clear_auth_state: key_free 0x810acb8
debug1: Remote: Forced command: echo yes
debug1: Remote: Pty allocation disabled.
debug1: Remote: Port forwarding disabled.
de...
2002 Mar 10
0
[Bug 156] New: Problem interacting with SSH on DigitalUnix
...h-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue: publickey,password
debug1: next auth method to try is publickey
debug1: try privkey: /home/gianoli/.ssh/id_rsa
debug1: try pubkey: /home/gianoli/.ssh/id_dsa
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 434 lastkey 0x8086da0 hint 1
debug1: read PEM private key done: type DSA
debug1: ssh-userauth2 successful: method publickey
debug1: fd 4 setting O_NONBLOCK
debug1: fd 5 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_sessi...