http://www.webcfg.com Forum Index
Author Message

<  WebCFG FAQ and HOWTO  ~  Remote access via ssh/sftp does not work

admin
Posted: Tue Jun 26, 2007 11:18 am Reply with quote
Site Admin Joined: 25 Jun 2007 Posts: 2
Problem: You cannot access remote files or execute remote script with sftp or ssh

Answer: Please change the ssh-configuration on your remote peer and restart the ssh server.

/etc/ssh/sshd_config
Code:
# Change PasswordAuthentication to yes (webcfg)
PasswordAuthentication yes

# Permit root login - so root can also remote login to your server
PermitRootLogin yes

# Comment out Chiphers (webcfg)
#Ciphers aes256-cbc,aes128-cbc




After changing this file, your have to restart the ssh daemon
/etc/init.d/sshd restart
View user's profile Send private message Send e-mail

Display posts from previous:  

All times are GMT + 1 Hour
Page 1 of 1
Post new topic

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum