> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manage SSH Keys and Allowed IPs

> Control which SSH keys and IP addresses can connect to the Mention Me SFTP server.

export const AdminOnly = () => <Info>
    This page is visible to organisation <strong>admins</strong> only. If you
    see <strong>You do not have permission to view this page</strong>, ask an
    admin to make the change, or to invite you with the Admin role.
  </Info>;

<AdminOnly />

Open **Settings > Data feeds > SSH keys & IP** to manage SSH keys and allowed IPs for your SFTP connection.

<Frame caption="The SSH keys and IP page, with public keys and the IP allowlist.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/integrations/ssh-keys.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=e72494168a42779a1143a73b47af915d"
    alt="SSH keys and allowed IPs for the Mention Me SFTP
server"
    width="2844"
    height="1578"
    data-path="images/knowledge-app/settings/integrations/ssh-keys.png"
  />
</Frame>

These SSH public keys and IP addresses can connect to the Mention Me SFTP server at `sftp.mention-me.com`. Changes are applied by the Mention Me team, so they can take up to **two working days**.

<Steps>
  <Step title="Open SSH Keys and IP">
    Go to **Settings > Data feeds**, then **SSH keys & IP**.
  </Step>

  <Step title="Add an SSH Key">
    Under **SSH public keys**, click **Add SSH key**. New keys can take up to
    two working days to be approved. Use **Copy SSH key** when you need the
    value elsewhere.
  </Step>

  <Step title="Add IP Addresses">
    Under **IP address allowlist**, click **Add IP addresses**. You can add
    addresses or CIDR ranges. New entries can take up to two working days to be
    approved. Use **Copy IP range** when you need the value elsewhere.
  </Step>
</Steps>

Empty states are **No SSH keys yet** and **No IP addresses yet**.

Authentication on Classic's SFTP page is documented in [SFTP Setup](/knowledge/integrations/data-feeds/sftp-setup). Prefer this Settings page when you are working in app.mention-me.com.

## See Also

<CardGroup cols={2}>
  <Card title="How to Set Up Data Feeds" icon="network-wired" href="/knowledge-app/settings/integrations/data-feeds">
    Add inbound and outbound SFTP folders.
  </Card>

  <Card title="How to Manage Encryption Keys" icon="lock" href="/knowledge-app/settings/integrations/encryption-keys">
    PGP keys for encrypted feeds.
  </Card>
</CardGroup>
