# File lib/fog/sakuracloud/requests/compute/list_ssh_keys.rb, line 7
        def list_ssh_keys(options = {})
          request(
            :headers => {
              'Authorization' => "Basic #{@auth_encode}"
            },
            :method => 'GET',
            :path => "#{Fog::SakuraCloud.build_endpoint(@api_zone)}/sshkey"
          )
        end