Mageia Bugzilla – Attachment 5996 Details for
Bug 15432
Bugfix release: fixed memory leak in polkit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
script to prepare ssh keys for testing
prepare_ssh (text/plain), 219 bytes, created by
Sander Lepik
on 2015-03-05 16:36:37 CET
(
hide
)
Description:
script to prepare ssh keys for testing
Filename:
MIME Type:
Creator:
Sander Lepik
Created:
2015-03-05 16:36:37 CET
Size:
219 bytes
patch
obsolete
>#!/bin/bash >echo -e "\e[93mJust press enter twice\e[0m" >mkdir -p ~/.ssh >ssh-keygen -t dsa -f ~/.ssh/mem_leak_test >chmod 700 ~/.ssh >cat ~/.ssh/mem_leak_test.pub >> ~/.ssh/authorized_keys >chmod 600 ~/.ssh/authorized_keys
#!/bin/bash echo -e "\e[93mJust press enter twice\e[0m" mkdir -p ~/.ssh ssh-keygen -t dsa -f ~/.ssh/mem_leak_test chmod 700 ~/.ssh cat ~/.ssh/mem_leak_test.pub >> ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys
View Attachment As Raw
Actions:
View
Attachments on
bug 15432
:
5995
| 5996