does sftp connection closes by default if it stays idle for a prolonged time ?
i have checked sshd_config files , there is no time out value set. but still the connection closes after certain period of time.
Hi. I can connect via Thunar to sftp; but how to disconnect from? :lolflag:
I think there used to be a bookmark of an active remote location in the Thunar's sidebar or was that only in Nautilus?
xubuntu 12.04, xfce 4.10 (ppa)
Hi,
I was provided with sftp servername, user and password and the requirement is to connect to sftp server using credentials provided and drop the file.
Manually i am able to connect with commands like
sftp user@servername
and after clicking enter, i was asked for a password and entering the password i am able to get it the remote server.
How can i do the same using scripts i.e when i execute
I'm running Debian stable and I'm looking to establish the following environment for users in my 'sftponly' group:
jailed
can transfer with SFTP
can transfer with SCP
cannot login interactively with SSH
From my experimentation and research, it seems that the following stanza in sshd_config gets me 90% there:
Match group sftponly
ChrootDirectory /sftp/%u
X11Forwarding no
AllowTcpForwarding no
After using the SSH quite a lot on my 1.5 week old Debian 6 VPS, I wanted to start uploading files through SFTP. I already tried that earlier, but with the root account, which isn't possible with SSH anymore due to security changes.
So I've made a separate user, let's call him sftpuser for now, who belongs to the group sftp.
Debian 6
I've setup /etc/ssh/sshd_config as such:
Subsystem sftp internal-sftp -u 0002
Match Group sftp
ChrootDirectory %h
ForceCommand internal-sftp -u 0002
AllowTcpForwarding no
Match
I get the users home to /var/www and chown the owner to root:root.
All good. The user can access via sftp and alter subdirectories.
Hi,
After logging in to a server, Can I open a new sftp connection to the same server from the same server itself. Does it have any connection issues/limitations for ports etc. and can I copy/move files using the new sftp connection in the same server. Do we have any limitations of opening new connections to the same server after logging in to the server.
Thank you.
tried in two different networks and multiple clients both Windows and Mac. It seems like when I reboot the VPN server it allows any client to connect once and second client connection gets error from any client.
I setup pptpd on CentOS6.3, I m testing it, I can connect to the server the first time after reboot.
Ubuntu 10.04.4 LTS
I'm trying to chroot the user 'sam'.