Manfred Kaiser

Results 15 issues of Manfred Kaiser

ssh supports subsystems. the most common is sftp, but others are also possible. powershell as a subsystem: https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-7 subsystem configuration: https://docstore.mik.ua/orelly/networking_2ndEd/ssh/ch05_07.htm

enhancement

zssh can be used to transfer files. unlike scp or sftp, zssh uses z-modem over ssh. https://www.linux-community.de/ausgaben/linuxuser/2020/07/daten-mit-ssh-und-zssh-ueber-langsame-verbindungen-transferieren/

enhancement

The documentation of SSH-MITM should be improved. Please help me to write a better documentation. What can you do: - fix spelling errors and improve the english - add vulnerabilities...

documentation
help wanted

Logging of X11 could be possible: https://pypi.org/project/xlib/ Differences between X11, Wayland, ... are described in this artice: https://venam.nixers.net/blog/unix/2016/10/25/x11-blah-blah.html Xlib documentation: https://tronche.com/gui/x/xlib/ _Originally posted by @manfred-kaiser in https://github.com/ssh-mitm/ssh-mitm/issues/13#issuecomment-758849084_

enhancement

Your list is very interesting but outdated. If you are interested I would maintain your list and update the links Can you give me acces to this repo?

It would be grate if ContainerSSH is able to do an antivirus scan on transferred files. This could be a implemented as an external webservice. API Endpoints: * **/sendfile** -...

feature

the request to https://pypi.org/pypi/python-appimage/json should be removed, because it breaks workflows, when running without an internet connection. Another reason is, that you are using ``_create_unverified_context``, which disables certificate validation. This...

### Electerm Version and download file extension(Electerm版本和下载文件后缀) electerm-1.22.30-linux-x64.tar.gz ### Platform detail (平台详情) Ubuntu 22.04 ### What steps will reproduce the bug?(重新问题的详细步骤) In this example [SSH-MITM](https://github.com/ssh-mitm/ssh-mitm) will be used as man...

need investigate

### What feature you'd like to see or proposal At the moment the AppImages are not created with Github actions. It' would be recommended to automate this process to deploy...

enhancement
help wanted

Hello @manfred-kaiser, Your post about ssh-mitm around git audits was pretty helpful. I was able to configure ssh-mitm to audit `git clone` commands to github remote repo from my local,...