تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يتطلّب دمج ميزة "الحجز في المطاعم" من البداية إلى النهاية تحميل الخلاصات يوميًا إلى صناديق الإسقاط الخاصة ببروتوكول النقل الآمن للملفات (SFTP). تستضيف Google صناديق الإيداع التالية التي تستخدم بروتوكول SFTP ليتمكّن الشركاء من تحميل الخلاصات اليومية إليها. تستخدم صناديق التحميل بروتوكول النقل الآمن (SSH) لتأمين الاتصال، وتتطلب مفتاح SSH عموميًا وخاصًا للمصادقة على الاتصال.
بعد إنشاء المفتاح العام، الصِقه في حقل تحميل مفتاح SSH العام ضمن مرحلة الإعداد.
إنشاء مفتاح SSH
يعتمد إنشاء زوج مفاتيح على منصة مؤسستك. في ما يلي خطوات إنشاء زوج مفاتيح لمنصات مختلفة:
نظام التشغيل Windows
نزِّل وشغِّل محاكيًا طرفيًا وتطبيقًا لنقل الملفات عبر الشبكة على جهاز Windows. PuTTy هو خيار مجاني ومفتوح المصدر يمكنك تنزيله من putty.org.
في قسم المَعلمات في أسفل الصفحة، اختَر إعلان متجاوب على شبكة البحث.
انقر على إنشاء.
ثبِّت المؤشر فوق المنطقة الخالية وفقًا للتعليمات إلى أن ينشئ PuTTYgen مفتاحَي التشفير.
يستبدل PuTTYgen المنطقة الفارغة بمجموعة من المربعات، يعرض أحدها المفتاح العام.
في مربّع التعليق حول المفتاح، أضِف عنوان البريد الإلكتروني الذي تريد تلقّي الإشعارات عليه.
أضف العنوان إلى نهاية أي نص يظهر في المربع. لا تغيِّر النص في المربّعات الأخرى.
انقر على حفظ المفتاح العام.
احفظ المفتاح العام بالاسم id-rsa في المجلد التالي:
C:\Documents وSettings\username\.ssh، حيث username هو اسم المستخدم في Windows.
انقر على حفظ المفتاح الخاص.
احفظ المفتاح الخاصّ بالاسم id-rsa.ppk في المجلّد نفسه.
انسخ محتوى مربّع المفتاح العام إلى الحافظة والصقه في ملف authorized_keys في OpenSSH.
تأكَّد من نسخ المحتوى بكامله، بدءًا من ssh-rsa وانتهاءً بعنوان البريد الإلكتروني الذي أدخلته في الخطوة 5.
أغلق PuTTYgen.
الصق المفتاح العام في محرر النصوص وأزِل فواصل الأسطر وانسخ النص الكامل مجددًا إلى الحافظة.
الصِق المفتاح العام في الحقل تحميل مفتاح SSH العمومي ضمن مرحلة الإعداد.
انقر على إرسال.
نظام التشغيل Mac OS أو Linux
افتح نافذة المحطة الطرفية.
أدخِل سطر الأوامر التالي: ssh-keygen -t rsa.
اختَر القيم التلقائية لكل الخيارات.
يؤدي هذا الأمر إلى إنشاء ملفَّي مفاتيح SSH باسم id_rsa وid_rsa.pub في الدليل home/username/.ssh، حيث تشير القيمة username إلى اسم المستخدم.
افتح ملف id_rsa.pub في محرِّر نصوص عادي.
حدِّد النص بأكمله وانسَخه.
الصِق المفتاح العام في الحقل تحميل مفتاح SSH العمومي ضمن مرحلة الإعداد.
انقر على إرسال.
يتم استخدام زوج المفاتيح هذا لتسجيل الدخول بأمان إلى صناديق الإيداع عبر بروتوكول SFTP التي توفّرها Google. يكون المفتاح العام بالتنسيق التالي:
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Upload Public SSH Key\n\nYour Dining Reservations End-to-End integration requires daily feed uploads to\nSecure File Transfer Protocol (SFTP) dropboxes. Google hosts the following SFTP\ndropboxes for partners to upload daily feed to it. The dropboxes utilize SSH to\nsecure the connection, and require a SSH public and private key pair to\nauthenticate the connection.\n\nAfter you generate, paste the public key in the **Upload Public SSH Key**\nfield of [Setup](https://actionscenter.google.com/home) milestone.\n\n### Create your SSH key\n\nGeneration of a key pair depends on the platform of your organization. Here're\nthe steps to create key pair for different platforms:\n\n#### Windows platform\n\n1. Download and run a terminal emulator and network file transfer application for Windows. PuTTy is a free and open source option which you can download from [putty.org](http://putty.org).\n2. In the **Parameters** section at the bottom of the page, select **RSA**.\n3. Click **Generate**.\n4. Hold the cursor over the blank area as per the instruction, until PuTTYgen generates the key pair.\n5. PuTTYgen replaces the blank area with a series of boxes, one of which shows the public key.\n6. In the key comment box, add the email address to which you want to get notifications.\n7. Add the address to the end of any text that already appears in the box. Don't change the text in the other boxes.\n8. Click **Save public key**.\n9. Save the public key with the name `id-rsa` in the following folder:\n\n `C:\\Documents` and `Settings\\username\\.ssh`, where `username` is your Windows\n username.\n10. Click **Save private key**.\n\n11. Save the private key with the name `id-rsa.ppk` in the same folder.\n\n12. Copy the content of the public key box on the clipboard and paste it into\n the OpenSSH `authorized_keys` file.\n\n13. Make sure to copy the entire content, that starts with `ssh-rsa` and ends\n with the email address you entered at step 5.\n\n14. Close PuTTYgen.\n\n15. Paste the public key into a text editor, remove the line breaks, and recopy\n the full text to the clipboard.\n\n16. Paste the public key in the **Upload Public SSH Key** field of\n [Setup](https://actionscenter.google.com/home) milestone.\n\n17. Click **Submit**.\n\n#### Mac OS or Linux platform\n\n1. Open a terminal window.\n2. Enter this command line: `ssh-keygen -t rsa`.\n3. Select the default values for all options.\n\n This command generates two SSH key files, `id_rsa` and `id_rsa.pub`, in the\n directory home/username/.ssh, where `username` is your username.\n4. Open `id_rsa.pub` file in a plaintext editor.\n\n5. Select all the text and copy it.\n\n | **Note:** Verify that there are no line breaks in the file.\n6. Paste the public key in the **Upload Public SSH Key** field of\n [Setup](https://actionscenter.google.com/home) milestone.\n\n7. Click **Submit**.\n\nThis pair of keys is used to securely sign in to the Google-provided SFTP\ndropboxes. The public key has the following format: \n\n ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXsM9ycbHV6E6t2L+B4p/uYHn9Q0jmu5gUXMYnFnnf4l39xrznfDo8KCASzRrqUkRnuzrno059CvZVzcljkbwWLzKKoE1EwbzHL3nYahMB4MdYNWhBbHbB+ybq6RNO7hkoKDBIQCfqQDY0FEB6sV3d3F1WYl0bAMjp15yyZJzMKa/rRnZKWetHlcL1X+gFWmW2hQ93foPD463gb58/25GujjsS/tzjngw7UJMVkm08U1QEY3z3DE/R++7ovJozTCzH0CTNDN0AH3/oSC3dmG+yDh3ZXFATjWjyPXJSOziNrp9TXgJhlqSmoHcPvpotMVjx21kIZ+T+SusQmnG+hK+L user@yourdomain.com\n\n| **Important:** Don't include new line breaks in the key.\n| **Key Point:** Keep track of your public and private key. You need to provide the public key to Google in some of the later steps.\n| **Note:** Most Actions Center partners prefer to use the same public and private key pair across all feeds. If you want to use a different key pair for each feed or for each environment, you must change your SSH key after the initial setup steps are completed, within the [Feed configuration](https://partnerdash.google.com/apps/reservewithgoogle/configuration/feeds?env=sandbox) page of the partner portal. Refer to the [Feeds](/actions-center/verticals/reservations/e2e/partner-portal/testing/feeds) to learn how to change your keys."]]