Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Uros on February 13, 2003, 11:38:20 AM

Title: SSH access with WinSCP2
Post by: Uros on February 13, 2003, 11:38:20 AM
Hello,

I'm quite new ti the linux thing.
I want to connect to my e-smith server with WinSCP2. I've put everything regarding SSH to yes or public in the server-manager.
In WinSCP my settings are: host name: my local ip adress, port number: 22, username: admin and password for it.
When I try to log on I get "Error skipping startup message".
Oh, I try to connect from local network.
Title: Re: SSH access with WinSCP2
Post by: Kevin McClain on February 13, 2003, 03:16:32 PM
Try using username "root" instead of "admin".
Title: Re: SSH access with WinSCP2
Post by: Uros on February 13, 2003, 04:03:55 PM
O.K. This works.
Can I connect with user I created??
Title: Re: SSH access with WinSCP2
Post by: CH Cheah on February 13, 2003, 06:26:34 PM
Normal users you create will not have any shell assigned to them. Take a look at
http://www.dungog.net/sme/howto/usershell.php

To give access to the unix shell on your server.
as root, chsh -s /bin/bash username
to take it away, chsh -s /bin/sshell username
Title: Re: SSH access with WinSCP2
Post by: Uros on February 14, 2003, 01:42:12 AM
This is it :-)
Great site, with great stuf for E-smith.