Sponsored Content
Top Forums UNIX for Dummies Questions & Answers SFTP Issue - Connection closed Post 302548818 by Hangman2 on Friday 19th of August 2011 03:25:18 PM
Old 08-19-2011
On the remote server, permissions on home dir is 755 and $HOME/.ssh dir is 700.

---------- Post updated at 02:25 PM ---------- Previous update was at 09:56 AM ----------


Any ideas????

Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

no shell connection closed error

Hi, I have created some users on my new enviroment on sun solaris in the aptempt to create a .profile which I did. I must have done something wrong because when I try to connect to one of this users it says:no shell, connection closed. The only thing I can think is that in my .profile I inserted... (2 Replies)
Discussion started by: giulianob
2 Replies

2. UNIX for Advanced & Expert Users

SFTP Connection Closed

Hey when trying to connect to a server using a key I get sftp -o 'Port=22' -o'IdentityFile=/home/datatel/.ssh/id_dsa_xei' becker_xei@host Connecting to host... ANGEL SFTP ServerConnection closed by host Connection closed Any ideas? (1 Reply)
Discussion started by: ed.browne
1 Replies

3. UNIX for Dummies Questions & Answers

ssh_exchange_identification: Connection closed by remote host Connection closed

Hi Everyone, Good day. Scenario: 2 unix servers -- A (SunOS) and B (AIX) I have an ftp script to sftp 30 files from A to B which happen almost instantaneously i.e 30 sftp's happen at the same time. Some of these sftp's fail with the following error: ssh_exchange_identification: Connection... (1 Reply)
Discussion started by: jeevan_fimare
1 Replies

4. HP-UX

ftp first connection closed

Hi, Have anyone seen this problem, there is one remote side where their ftp connection to our server will always fail with connection closed by remote host and the second connection will be working. is this an OS issue or network issue? Thanks Robert (4 Replies)
Discussion started by: robertngo
4 Replies

5. UNIX for Advanced & Expert Users

Tomcat Connection closed

Hi how can do why a process closed a connection? # lsof -i tcp:8080 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME java 5851 tomcat 29u IPv6 73216185 TCP *:webcache (LISTEN) # telnet localhost 8080 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1).... (0 Replies)
Discussion started by: lain
0 Replies

6. HP-UX

Connection closed by foreign host

I am trying to connect to my HP server from remote machine. It gets connected but once credential are provided the connection is closed. adroit:/home/seo/hitendra 32 ] telnet myserv1 Trying... Connected to myserv1. Escape character is '^]'. Local flow control on Telnet TERMINAL-SPEED... (4 Replies)
Discussion started by: hiten.r.chauhan
4 Replies

7. AIX

ssh connection closed by ip

Hi i am trying to do ssh without password between 2 aix servers. before i generate the keys, i am able to do the ssh & it is asking for password & i am able to login. ======================== # ssh 172.29.150.77 root@172.29.150.77's password: ======================== but when i generate rsa... (1 Reply)
Discussion started by: makarand.bhatka
1 Replies

8. UNIX for Advanced & Expert Users

How keep running a program n an another computer via a connection ssh when the connection is closed?

Hi everybody, I am running a program on a supercomputer via my personal computer through a ssh connection. My program take more than a day to run, so when I left work with my PC I stop the connection with the supercomputer and the program stop. I am wondering if someone know how I can manage... (2 Replies)
Discussion started by: TomTomGre
2 Replies

9. UNIX for Dummies Questions & Answers

Exit Status 255, Connection closed in SFTP

I'm trying to connect from Server A to Server B to transfer files from A to B. I'm using NUID A1 in Server A and NUID A2 in Server B. I have done the following the steps to setup password-less login. 1. Add the public key of A1 in A to the Authorized keys of A2 in B. 2. Add the public key of... (4 Replies)
Discussion started by: sanchid312
4 Replies

10. Shell Programming and Scripting

Server closed the connection unexpectedly

Hi, I have a bash script which connects HP Vertica DB and executes few sql files in sequential manner. One sql file has commands related to one table(stage , base schema tables)and contains 7-8 commands such as creating temp table, inserting data into tables etc. For few tables, which have high... (7 Replies)
Discussion started by: Dharmatheja
7 Replies
SPRING-MULTITHREADE(6)						       Games						    SPRING-MULTITHREADE(6)

NAME
spring-multithreaded - An open source RTS game engine - Multithreaded Engine SYNOPSIS
spring-multithreaded [-f|--fullscreen] [-w|--window] [-x|--xresolution SIZE] [-y|--yresolution SIZE] [-m|--minimise] [--safemode] [[-c|--client] | [-s|--server]] [-p|--projectiledump] [-t|--textureatlas] [-i|--isolation] [--isolation-dir PATH] [-n|--name STRING] [-C|--config FILE] [SCRIPT] spring-multithreaded --list-ai-interfaces spring-multithreaded --list-skirmish-ais spring-multithreaded --list-config-vars spring-multithreaded [-h|--help] spring-multithreaded --sync-version spring-multithreaded [-V|--version] DESCRIPTION
Spring is a free Real Time Strategy (RTS) game engine, originally designed to play Total Annihilation ((C) 1997 Cavedog) content. It has since evolved into a general RTS engine, capable of running various kind of games (mods). It is mainly designed around online multiplayer games but can also be played in single-player mode against AIs. This is the engine version which runs graphics and simulation in two separate threads. This may boost performance on multi-core systems. OPTIONS
-h, --help Print the options help message and exit -V, --version Display program version and exit --sync-version Display program sync version (for online gaming) and exit -f, --fullscreen Run in fullscreen mode -w, --window Run in windowed mode -x, --xresolution::'SIZE' Set X resolution -y, --yresolution::'SIZE' Set Y resolution -m, --minimise Start minimised --safemode Turns off many things that are known to cause problems (i.e. on PC/Mac's with lower-end graphic cards) -s, --server Run as a server -c, --client Run as a client -p, --projectiledump Dump projectile class info (alias CEG classes) into projectiles.txt -t, --textureatlas Dump each finalised textureatlas into textureatlasN.tga -i, --isolation Limit the data-dir (games & maps) scanner to one directory (see --isolation-dir and the SPRING_ISOLATED env var) --isolation-dir::'PATH' Specify the isolation-mode data-dir (see --isolation and the SPRING_ISOLATED env var) -n, --name::'NAME' Set your player name -C, --config::'FILE' Configuration file --list-ai-interfaces Dump a list of available AI Interfaces to STDOUT --list-skirmish-ais Dump a list of available Skirmish AIs to STDOUT --list-config-vars Dump all default config vars in JSON-format to STDOUT DATA DIR
Data directories are searched for content, and among other things, may contain: *cache *games *maps *AI When running the engine, it may use multiple data directories, but it will use only a single one of them as writable, to write cache & log files to. FILES
~/.spring/ The default data-directory (see section DATA DIR). ~/.springrc Contains the users settings for the engine, for things like graphic and sound. /etc/spring/datadir Contains the : separated paths to additional data-dirs (see section DATA DIR). ENVIROMENT VARIABLES
SPRING_LOG_SECTIONS Selective functionality to change the verbosity (separated by ,). SPRING_DATADIR Adds additional directories Spring will search for files (separated by :). SPRING_ISOLATED If defined, Spring will stop searching files outside of the binaries directory. If it is set to a valid directory path, it will be used as the isolation directory. See the --isolation and the --isolation-dir options. SEE ALSO
spring(6) spring-headless(6) spring-dedicated(6) HOMEPAGE
More information about Spring can be found at link: http://springrts.com AUTHOR
Spring was written by the Spring developers. This manual page was written by Marco Amadori <marco.amadori@gmail.com[1]>, for the Debian project (and may be used by others). NOTES
1. marco.amadori@gmail.com mailto:marco.amadori@gmail.com Spring package 05/10/2012 SPRING-MULTITHREADE(6)
All times are GMT -4. The time now is 06:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy