Below steps assume you already have a Public Key Pair generated.
Using e.g. PuTTYgen (PuTTY Key Generator) you can generate a new key pair.
Just search the Internet for a recent howto for generating and saving a new key pair.
paste your generated public key (not the priviate key!!).
PubkeyAuthentication yes
usr/local/etc/ssh/sshd_config
After configuring PuTTY or other terminal server to use Public Key Authentication with the new private key, you should be able to login directly as user tc using the phrase you used while generating the key pair.