ssh_keys.rb revision 32d73a0c89d35b25d2e2bcc22b6f83d911d363a3
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