I was editing a file over SSH when my computer crashed and I got the BSOD. I was SSHing through Putty. I would really like to recover if possible. I don't know if there is anyway to restore the SSH session and save from there. Any help would be appreciated.
Related Questions in SSH
- Is there a way to prevent vscode from forwarding ssh agent to remote dev container?
- problem to push files on a repository git
- How to connect to ssh server with domain name
- GIT SKIP EMPTY DIRECTORIES
- Share files from the server without data or internet usage
- Is it possible for `sudo` to fail temporarily with the correct password? Hacking suspected
- How to add a second ssh public key to authorized_keys file in the server?
- Termux: Different scrolling behaviour after "screen"-command
- Remote debugging via SSH Tunnel
- Why can I not login to a new linux system (amazon linux 2023) from an old one (CentOS 6)
- Can't establish ssh connection to IP address but can to git
- Using Maven to feed minikube on a VM
- Connect ssh to cisco switch with ansible
- PowerShell Command via SSH
- How to automate an SSH login with a batch file?
Related Questions in CRASH
- Selenium clicked button but still getting error and exiting
- my website crash on safari The site sometimes crashes and I can't recover the crash
- How do I get my terminal to work in VS Code? Exit Code:2, doesn't allow me to type anything
- Attempt to invoke virtual method 'int androidx.constraintlayout.widget.ConstraintLayout.getWidth() what problem?
- crash utility itself crashes while decoding kdump generated from null pointer dereference in kernel module
- MauiApp crashes only in release mode at sideswitch android.os.DeadObjectException
- rac dangling pointer crash。
- mysql process crashed,errorlog prompt "[InnoDB] Assertion failure: buf0buf.h:1203:m_space != nullptr thread"
- Android app Crash when I click the Spinner with its spinnerMode "dialog" in Android 6 or 7
- strange Flutter bug on turning on/off bluetooth permission using IOS device
- Is there a problem with my code? Finding null pointer Exception
- App crashes of type EXC_BREAKPOINT (SIGTRAP) SIGNAL 5 Trace/BPT trap on iOS17
- node js crashing, saying a variable is undefined, when it isnt
- thread crashes with SIGSEGV or SIGABRT
- IOS app crash with this title pb_enc_bool
Related Questions in RECOVERY
- How can I look this email address
- Forgotten RAR password recovery
- Flink high-availaility in standalone cluster, kill the jobmanager process. But the jobmanager can not recover later
- Spring Amqp client recover
- How to restore android after reset
- Cloud storage/vault with valid/reliable biometric authentication to store emergency kit, private keys, etc for consumer market
- pgpool, pcp_recovery_node command failed
- NFSv4 container log: Unable to initialize client recovery tracking! (-22)
- Do we need to share /var/lib/nfs for NFSv4 recovery process?
- Going into ADB sideload isn't changing device status
- mysql database recovery lying on lvm partition which is corrupted
- Azure Site Recovery, powershell - reprotect - No appliance found with the name 'ApplName'
- Azure Site Recovery: Use powershell to re-protect. Failback from Azure to VMware
- bicep template to deploy Azure recoveryservicesvault with policytype 'Enhanced'
- how can I access my damaged ethereum presale .json file?
Related Questions in BSOD
- I get a BSOD while trying to train a CNN on jupyter notebook with the stop code IRQL_NOT_LESS_OR_EQUAL
- Run command from non-elevated cmd as admin
- Windows Palo Alto Cortex XDR BSOD with Bug Check 0x139
- Trying to write blue screen of death message in github through typescript
- Programmatically cause a BSOD using Right Ctrl + Scroll Lock + Scroll Lock
- Bsod when creating a DMF module (windows kernel driver)
- VB6 on Win-10, multi-media control (MCI32.OCX) crashes Windows (BSOD) in IDE
- How to fix call FwpmEngineOpen function caused BSOD on windows 11 22h2
- Windows Crash Reporting
- clock watchdog timeout when starting Nox Player
- no BSODs under windows 10
- Minifilter PsSetCreateProcessNotifyRoutineEx gives BSOD only on certain computers "unexpected kernel mode trap"
- PAGE_FAULT_IN_NONPAGED_AREA - Pytorch
- Can bad C code cause a Blue Screen of Death?
- Put messages into Win Crash Dump; !dbgprint; DbgPrint; DbgPrintEx
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
No, there is no way to restore your session, unless you used something like screen.
But there might be a way to restore your file, but that depends on the editor you used. Editors like Vim and Emacs store the changes of unsaved files, and will notify you the next time you open the file.
Thus all you have to do in this case is open the same file again. In other cases the changes might just be gone.