I have just set up ubuntu server. I want it to act as my git repository for my work. I have installed openssh and have been able to connect by just providing the account password. i.e
name@ipaddress which works fine. I have read on some sites that people set up public and private keys in order to secure communication. Not knowing much about ssh, I would like to know: is it necessary for me to do this in order to secure the connection?