search for: some_key

Displaying 4 results from an estimated 4 matches for "some_key".

2007 Dec 07
1
scp -t - revisited.....‏
>From the testing that I've done so far, using the command= restriction essentially ignores any and all attempts by the client to send different remote filenames, directory commands, etc... using scp -i some_key localfile remotehost:../../../../../../../../../../tmp/file places a copy of the file named "localfile" in the directory specified in the command= line of the authorized keys file. It completely overrides the -t and -f parameters passed by the client, which is really pretty cool in a...
2008 May 25
2
storing data from a txt file in ruby?
Hello Im trying to write a a ruby program that takes a list of books title ,author so on and i can read in the file with no problem but im trying to store the list into either a array or hash so i ca say run different methods view, delete ect.. anyhelp would be great this is what i have so far IO.foreach("book_list.txt") do |line| catalog=line.chomp.split(",")
2016 Jan 12
5
[Bug 2524] New: config file option to limit the lifetime of added keys
...mising it when I login to a compromised machine without knowing so. Of course I already only enable forwarding when I need to, but it would be a really nice second line of defense when I also have to add the key in question to ssh-agent when I need to. There is already 'ssh-agent -t 60 ~/.ssh/some_key' and there is also 'ssh-agent -t 60' - but as far as I can figure out there is no value that I can set in my ~/.ssh/config that will ensure that this is set. And that's what I want. -- You are receiving this mail because: You are watching the assignee of the bug.
2008 Oct 01
10
Recaptcha (or other captchas)
Does anyone have any suggestions for a best practice implementation of Recaptcha (or other captchas - if you recommend going another route, I''m all ears)? I''ve found the recaptcha gem and a plugin but I don''t know which is the best implementation, and I haven''t found a thorough tutorial plus example code for either. Thanks -- Posted via