I'm trying to set up ssh between my main kubuntu computer and my server. Before I do the ssh login, I want to make sure I can login unsecured albeit with a User ID and PW. So what is the syntax for such an unsecured login. Both machines are on the same network and I know the IP addresses. My user name is mark so I thought I would simply open firefox and type in the following URL:
but that does not work! I also tried just the ip address -- no joy. Perhaps if I added a colon and port ID to the end of the server IP address, but how do I know what port the server is listening on? Any ideas?
Code:
http://mark@'the Server Ip address'
Comment