Bugzilla – Attachment 1582 Details for
Bug 1483
Unable to select desired (DSA) key file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script to help demonstrate bug in "ssh -i id_rsa-xxx ..."
sshd-bug.sh (text/plain), 422 bytes, created by
Randy
on 2008-12-06 03:19:44 AEDT
(
hide
)
Description:
Script to help demonstrate bug in "ssh -i id_rsa-xxx ..."
Filename:
MIME Type:
Creator:
Randy
Created:
2008-12-06 03:19:44 AEDT
Size:
422 bytes
patch
obsolete
>#!/bin/bash >NAME=${1:-TEST} >KEY_NAME="$HOME/.ssh/id_rsa-BUG-$NAME" >echo NAME=$NAME >echo KEY_NAME=$KEY_NAME > >rm -f $KEY_NAME* > >ssh-keygen -t rsa -f "$KEY_NAME" -N "" > >cp -p $KEY_NAME.pub $KEY_NAME.pub.raw >echo command=\"echo HELLO: NAME=$NAME\" `cat $KEY_NAME.pub.raw` > $KEY_NAME.pub > >cat $HOME/.ssh/id_rsa-BUG-*.pub > $HOME/.ssh/authorized_keys > >echo ssh -t -i "$KEY_NAME" localhost >ssh -t -i "$KEY_NAME" localhost > >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1483
: 1582