문제

I have recently started using pyrax, the python binding for the Rackspace API. I have a test account on Rackspace and a server running there. Using my username and api_key I can authenticate and list all the servers found in that region.

How do I connect to a particular server given its name, server id, IPv4 address, IPv6 address, flavor etc.?

도움이 되었습니까?

해결책

Pyrax is specifically used to interact with the Rackspace Cloud API in provisioning the resources.

A different library would be required if you wanted to connect to the server via SSH. Check out something like http://www.lag.net/paramiko/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top