$50 Google credit

Issue #6 resolved
Idan Kanter created an issue

I accidently redeemed the credits on my Gmail account instead of my UTK account. Any suggestions what to do?

In addition, I modified my ./ssh/config this way:

host da2 hostname da2@eecs.utk.edu port 9119 user ikanter LocalForward 888 127.0.0.1:8888 LocalForward 889 127.0.0.1:8889

I get this message: "Permission denied (publickey)." should I generate a new key?

Comments (4)

  1. Audris Mockus

    Just use your personal gmail account to create a project.

    Does it look like below, each statement on new line?

    host da2 
       hostname da2@eecs.utk.edu 
       port 9119 
       user ikanter 
       LocalForward 8888 127.0.0.1:8888 
       LocalForward 8889 127.0.0.1:8889 
    
  2. Log in to comment