-
Notifications
You must be signed in to change notification settings - Fork 93
Auth Token like ClaudeCode #43
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels