How to log current public SSH key?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How do you find the public SSH key that's currently being used by your session to login? I'm trying to log SSH access for multiple SSH keys, and I can't find any way to tell what key was last used to login.
ssh
add a comment |Â
up vote
0
down vote
favorite
How do you find the public SSH key that's currently being used by your session to login? I'm trying to log SSH access for multiple SSH keys, and I can't find any way to tell what key was last used to login.
ssh
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How do you find the public SSH key that's currently being used by your session to login? I'm trying to log SSH access for multiple SSH keys, and I can't find any way to tell what key was last used to login.
ssh
How do you find the public SSH key that's currently being used by your session to login? I'm trying to log SSH access for multiple SSH keys, and I can't find any way to tell what key was last used to login.
ssh
ssh
asked 9 mins ago
Cerin
3841517
3841517
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago
add a comment |Â
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475173%2fhow-to-log-current-public-ssh-key%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You want to run ssh in verbose mode: ssh -v <rest of command line>
â blihp
1 min ago