Skip to content

Auth Token like ClaudeCode #43

Description

@huyhandes

Default Behavior:

To authenticate from a remote machine, an SSH tunnel may be required.
================================================================================
  Run one of the following commands on your local machine (NOT the server):

  # Standard SSH command (assumes SSH port 22):
  ssh -L 54545:127.0.0.1:54545 root@14.232.208.112 -p 22

  # If using an SSH key (assumes SSH port 22):
  ssh -i <path_to_your_key> -L 54545:127.0.0.1:54545 root@14.232.208.112 -p 22

  NOTE: If your server's SSH port is not 22, please modify the '-p 22' part accordingly.
================================================================================
Visit the following URL to continue authentication:
https://claude.ai/oauth/authorize?client_id

Can it run like open the URL, get the code, paste to the terminal like ClaudeCode?
If it's possible. Teach me how

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions