Getting Started
Special
SINGLE SIGN-ON
Teams
Users
Escalation Policies
Service
Incident
On-Call Shift
Schedules
Schedule Override
API Token
Logs
Webhook
Apps Integration
Reports
Preference
Profile
Automation
FAQ
SSH Profile
Creating a Profile Using Profile Type: SSH
Overview
This document provides step-by-step instructions for creating and configuring a profile using the SSH profile type in Callgoose SQIBS automation platform. SSH profiles allow users to configure reusable SSH settings or parameters for automation workflows. Below are the steps and details for creating an SSH profile.
Steps to Add an SSH Profile
- Navigate to Add Profile
- Callgoose SQIBS Automation SaaS Platform Profile
- Access the automation section in the Callgoose SQIBS automation platform.
- Go to Automation, and you can see Profiles.
- Click on Profiles and then click on Add Profile to create a new profile.
- Callgoose SQIBS Runner Internal Profile
- Access the automation section in the Callgoose SQIBS automation platform.
- Go to Automation, and you can see Profiles.
- Select the specific Runner and click on Show Internal Profiles
- Select Profile type and Click on the Add button
- Select Profile Type
- Choose SSH as the profile type from the list of available options.
- Fill in the Details
- Name*:
- Provide a descriptive name for the profile.
- Example: Remote Server Access.
- Description*:
- Add a detailed description of the profile.
- Example: This profile includes SSH configurations for accessing the remote server.
- Git or Callgoose?*
Specify where the Action files are located.
- Git: The files are stored within the Git repository. You'll need to provide the necessary credentials to access it. Go here to view more details about how to configure Git.
- Callgoose Platform: The files will be stored on the Callgoose Platform.
If you choose Git, then set up git properly and use valid Git Entry File.
- SSH User*:
- Enter the SSH username.
- Example: ssh username@remote_server.
- SSH Options:
- Specify additional SSH options if required.
- Example: -p2222 -o ConnectTimeout=10 -o StrictHostKeyChecking=no
- SSH Host*:
- Enter the remote host name.
- Example: remote_server.
- SSH Port*:
- Enter the SSH port.
- Example: 2222.
- SSH Command To Run*:
- This is shown only if it is an Internal Profile.
- Enter the command to run the environment.
- Example: ssh or /bin/ssh
- Save the Profile
- Click on Save to finalize the creation of the profile.
Additional Notes
- Fields marked with an asterisk (*) are mandatory.
- Use descriptive names and descriptions to make it easier for team members to understand the purpose of the profile.
- SSH profiles are reusable and can be referenced in various automation workflows.
Example Configuration
Name: Remote Server Access
Description: This profile includes SSH configurations for accessing the remote server.
Git or Callgoose?: Callgoose Platform
SSH User: ssh user@remote_server
SSH Options: -p 2222
SSH Host: remote_server
SSH Port: 2222
Conclusion
By following these steps, you can effectively create an SSH profile in Callgoose SQIBS automation platform. SSH profiles enhance the reusability of configurations and simplify the management of automation workflows.