I'm trying to use WinSCP to administer my new install of TSL 2.2. I
installed the OpenSSH packages and can use PuTTY, and can browse using SCP,
but SFTP doesn't seem to be running- nor do I know how to start it.

If you have the last line uncommented and you have restarted sshd you should be there already.

'sshd' should be running by default but just in case

        chkconfig sshd on
        service sshd restart

The first command activates sshd on reboot
the second one activates it right now.

There is a command line sftp on your TSL system so that is the first line.
So from the console on your TSL system you should be able to do

        sftp localhost

and get a connection to the server. Use your username and password
and do the usual ftp thing to see if you are there -- I use 'ls'
and 'cd' commands.

If this works you know the problem lies elsewhere...

Brian

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to