Logging On to a VM - Teradata Software for Azure

Teradata Vantageā„¢ on Azure (DIY) Installation and Administration Guide

Product
Teradata Vantage on Azure
Release Number
5.01
Published
July 2018
Language
English (United States)
Last Update
2018-07-18
dita:mapPath
kmk1523992471627.ditamap
dita:ditavalPath
TeradataAzure_PubCloud_5.01_5.01.01.ditaval
dita:id
B035-2810
lifecycle
previous
Product Category
Cloud
Use this procedure if you are using public IP or public DNS addresses to log onto a VM, typically used with the POC short-term license for BYOL.
  1. From the SSH client console, log in to the VM using the same authentication type you chose when you deployed the VM using the Teradata ecosystem solution template or the single VM from an image.
    Authentication type Action
    SSH public key Enter the following:
    # ssh -i ssh-private-key.pem azureuser@VM-public-IP-address or VM-public-DNS-address
    where:
    • The ssh-private-key is the private key file (.pem) specified when you deployed the VM.
    • The azureuser is the user name specified when you deployed the VM.
    • The VM-public-IP-address or VM-public-DNS-address is the DNS host name or public IP address of the VM.
    Password Enter the following:
    # ssh azureuser@VM-public-IP-address or VM-public-DNS-address
    Password: password
    where:
    • The azureuser is the user name specified when you deployed the VM.
    • The VM-public-IP-address or VM-public-DNS-address is the DNS host name or public IP address of the VM.
    • The password is the password specified when you deployed the VM.