Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Adding pdf freshdesk guides.
Browse files Browse the repository at this point in the history
  • Loading branch information
freebacca committed Jun 6, 2022
1 parent 1bc914d commit 3283c69
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions freshdesk/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# SSH Gateway

Host colosseum-gw

Hostname gw.colosseum.net

User <your-colosseum-user-name>

IdentityFile <path-to-private-key-on-your-local-machine>


# File Proxy Server

Host file-proxy

Hostname file-proxy

User <your-colosseum-user-name>

ProxyCommand ssh -W %h:%p colosseum-gw


# SRNs (User Container)

Host <your-colosseum-team-name>-???

User root

StrictHostKeyChecking no
UserKnownHostsFile=/dev/null

ProxyCommand ssh -W %h:%p colosseum-gw

0 comments on commit 3283c69

Please sign in to comment.