Displaying 2 results from an estimated 2 matches for "rantalainen".
2020 Oct 06
5
[Bug 3220] New: Possible bug if ControlMaster + ControlPersist and `-t`
...`-t`
           Product: Portable OpenSSH
           Version: 8.4p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: mikko.rantalainen at peda.net
Steps to reproduce:
$ cat ~/.ssh/config
ControlMaster auto
ControlPath   ~/.ssh/connections/%r@%h:%p
ControlPersist 1
Host workstation
        HostName remote.example.com
        HostKeyAlias workstation
        ForwardX11 yes
        ForwardX11Timeout 10h
        AddKeysToAgent yes...
2013 Dec 10
3
What is eating up Swap
Hi,
recently I noticed, that one of our webservers is using swap space,
while there is plenty of physical ram available.
free -m
             total       used       free     shared    buffers     cached
Mem:          8118       2014       6103          0         85        261
-/+ buffers/cache:       1667       6450
Swap:         8197         77       8119
It's not that much, but why?
Any