ssh_keys.rb revision 664a966954a0d661e25577d2e7f74c12bcb67c9f
require 'tempfile'
# Manages the keys in ~/.ssh/authorized_keys
end
f.puts "command=\"#{Rails.root}/bin/git-shell #{key_id}\",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty #{key}"
end
end
if File.exists?(auth_file)
end
end
end
end