Displaying 4 results from an estimated 4 matches for "c0664".
Did you mean:
0664
2017 Mar 08
2
Logging with ForceCommand and SCP
...for logging.
But now I want also use SCP to copy files and this won't work together
with the ForceCommand above.
The copied file is created but its zero byte on the target.
scp file.tar.gz ssh-user at 192.168.1.229:/home/ssh-user/
Enter passphrase for key '/home/user/.ssh/id_ecdsa':
C0664 28508 file.tar.gz
-rw-r--r-- 1 ssh-user ssh-user 0 Mar 8 10:52 file.tar.gz
Some ideas whats the reason for this behavior?
Best regards,
Oliver
#!/bin/sh
#
# log-session
# John Simpson <jms1 at jms1.net> 2008-08-06
#
###########################################################...
2004 Mar 31
1
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828
Summary: date overflow with scp -p
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: throw_away_2002 at
2000 Mar 15
3
scp problem
...es
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Doing password authentication.
mw at moni's password:
debug: Sending command: scp -v -f install.html
debug: Entering interactive session.
Sending file modes: C0664 3397 install.html
install.html 100% |********************************| 3397
00:00 ETA
debug: Transferred: stdin 3, stdout 3466, stderr 0 bytes in 0.2
seconds
debug: Bytes per second: stdin 17.7, stdout 20423.1, stderr 0.0
debug: Exit status 0
Thx,
Mate
2000 Jul 18
5
scp not shutting down in 2.1.1p4
Hi!
as I just noted, after scp the connection does not shut down properly.
When I do a "scp file targethost:path", on targethost a "sshd" process is
left running. I do use
--with-default-path="/usr/local/openssh/bin:/usr/bin:/usr/local/bin"
to assure, that the corrensponding openssh-scp is used.
It also seems, that normal sessions are not always closed properly.