#!/bin/bash # Kiro CLI Authentication Guide for Remote Host echo "๐Ÿ” Kiro CLI Authentication Setup" echo "================================" echo "โœ… Kiro CLI has been successfully migrated to root@104.223.79.53" echo "" echo "๐Ÿ“‹ To complete the authentication setup:" echo "" echo "1. ๐ŸŒ Open this URL in your browser:" echo " https://view.awsapps.com/start/#/device?user_code=ZGPQ-LSDK" echo "" echo "2. ๐Ÿ”‘ Enter the device code: ZGPQ-LSDK" echo "" echo "3. โœ… Complete the AWS SSO authentication in your browser" echo "" echo "4. ๐Ÿงช Test kiro-cli on the remote host:" echo " ssh root@104.223.79.53" echo " kiro-cli --version" echo " kiro-cli chat 'hello world'" echo "" echo "๐Ÿ’ก Alternative: If you prefer to use existing AWS credentials:" echo " ssh root@104.223.79.53" echo " aws configure" echo " # Enter your AWS Access Key ID and Secret Access Key" echo "" echo "๐ŸŽ‰ Once authenticated, kiro-cli will work normally on the remote host!"