New Post: Connecting with Password AND Private Key File using SftpClient
Hm, looks like they have this in their config:AuthenticationMethods pubkey,password So user have to auth with a valid pubkey and password. A "quite new" feature of SSH from march last year, I don't...
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
Ignore my previous post - it worked! I had a wrong port.. thanks again! dave
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
ah! awesome! good to know for me too! :)
View ArticleReviewed: 2013.4.7 (Mar 20, 2014)
Rated 4 Stars (out of 5) - It's a little rough around the edges, but very promising.
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
I just tried it with following line in my sshd_config:AuthenticationMethods password,password So I have to enter the password twice. Which is totally valid. Works fine with Putty or openssh, but fails...
View ArticleCreated Unassigned: No Connection possible with the same auth method...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleCommented Unassigned: No Connection possible with the same auth method...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
On a related note, using "SftpClient(host, port, user, password)" signature doesn't work for certain hosts, but used to work with the Tamir.SharpSsh lib. I get back "Bad packet length 3217085959"...
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
What does certain hosts mean? Do they differ from others? There is nothing special needed i know of.
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
It works if I connect to some hosts with user/password, but not others. I can't list them here unfortunately...
View ArticleNew Post: Local port forwarding: how to detect that no process is listening...
Hello, I ran into this problem while forwarding local port X (client:X) to port Y of the ssh server (server:Y): even if no process is listening on port Y on the ssh server, I can still connect to...
View ArticleNew Post: Connecting with Password AND Private Key File using SftpClient
But you can give some informations about the servers? Like OS, SSH Version etc. Maybe this can give us a hint how they differ.
View ArticleNew Post: PortForwading Bug
Hello, I'm worry to announce this problem is still present under Windows XP. The SqlConnection.ClearAllPools() solution runs fine under Windows 7, but under XP breaks still. I debug just this code: //...
View ArticleNew Post: PortForwading Bug
Sorry, Its not an SSH.NET bug/problem. It's an bug of your app. Btw. Please use english exceptions and post code. Else it's just guessing,
View ArticleEdited Issue: No Connection possible with the same auth method requested...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleSource code checked in, #34953
* Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. * Increase maximum SSH packet size to 68536 bytes (64 KB + 3000 bytes). *...
View ArticleSource code checked in, #34957
Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures.
View ArticleEdited Issue: No Connection possible with the same auth method requested...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View Article