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
- 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.
- 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.
- 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.
- 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.
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.